Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3ad513

Browse files
authored
Merge pull requestwilfredinni#60 from samithamphk/master
typo correction in readme
2 parents3d405f8 +261ae5a commita3ad513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 ofwordsthatbegin with an uppercase letter followed byonlylowercase letters.
2531+
-**istitle()** returns True if the string consists only ofwords thatbegin with an uppercase letter followed byonly lowercase letters.
25322532

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp