Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 317ac61

Browse files
committed
Merged revisions 82601 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines Change 'lowered' to 'lowercased' ........
1 parent d64ce7b commit 317ac61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ functions based on regular expressions.
801801
.. method:: str.capitalize()
802802

803803
Return a copy of the string with its first character capitalized and the
804-
rest lowered.
804+
rest lowercased.
805805

806806

807807
.. method:: str.center(width[, fillchar])

0 commit comments

Comments
 (0)