Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
corrected few typos: 'ofnumeric' to 'of numeric', 'wordsthat' to 'words that' and 'onlylowercase' to 'only lowercase'
  • Loading branch information
samithamphk authored Sep 28, 2020
1 parent a2dd8a9 commit 261ae5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2526,9 +2526,9 @@ False

- **isalpha()** returns True if the string consists only of letters and is not blank.
- **isalnum()** returns True if the string consists only of letters and numbers and is not blank.
- **isdecimal()** returns True if the string consists only ofnumeric characters and is not blank.
- **isdecimal()** returns True if the string consists only of numeric characters and is not blank.
- **isspace()** returns True if the string consists only of spaces,tabs, and new-lines and is not blank.
- **istitle()** returns True if the string consists only of wordsthat begin with an uppercase letter followed by onlylowercase letters.
- **istitle()** returns True if the string consists only of words that begin with an uppercase letter followed by only lowercase letters.

[*Return to the Top*](#python-cheatsheet)

Expand Down

0 comments on commit 261ae5a

Please sign in to comment.