Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatStringInput.py does not fully explain how to use .capitalize() #173

Open
brianjtarte opened this issue Oct 13, 2022 · 1 comment
Open

Comments

@brianjtarte
Copy link
Contributor

So, what the above mentioned file does not include, is an explanation of how .capitalize() works. It does two things: first, it will capitalize the first character, as long as it is a letter. If you try to call the method on something that has a blank space or a number or any non-letter character as the first character, it will not work. Second, it will convert all other letters to lowercase.

@brianjtarte brianjtarte changed the title FormatStringInput.py does not full explain how to use .capitalize() FormatStringInput.py does not fully explain how to use .capitalize() Oct 13, 2022
@Arnavkamat
Copy link

what is the issue here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants