@@ -2525,10 +2525,10 @@ False
25252525###The isX String Methods
25262526
25272527- ** isalpha()** returns True if the string consists only of letters and is not blank.
2528- - ** isalnum()** returns True if the string consists only oflettersand numbers and is not blank.
2529- - ** isdecimal()** returns True if the string consists onlyofnumeric characters and is not blank.
2528+ - ** isalnum()** returns True if the string consists only ofletters and numbers and is not blank.
2529+ - ** isdecimal()** returns True if the string consists onlyof numeric characters and is not blank.
25302530- ** isspace()** returns True if the string consists only of spaces,tabs, and new-lines and is not blank.
2531- - ** istitle()** returns True if the string consists only ofwordsthat begin with an uppercase letter followed byonlylowercase letters.
2531+ - ** istitle()** returns True if the string consists only ofwords that begin with an uppercase letter followed byonly lowercase letters.
25322532
25332533[ * Return to the Top* ] ( #python-cheatsheet )
25342534