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

Skip to content

Commit 3592a46

Browse files
committed
Merged revisions 82570 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines Fix: Issue9091 Minor documentation clarification. ........
1 parent 0dce815 commit 3592a46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,8 @@ functions based on regular expressions.
800800

801801
.. method:: str.capitalize()
802802

803-
Return a copy of the string with only its first character capitalized.
803+
Return a copy of the string with its first character capitalized and the
804+
rest lowered.
804805

805806

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

0 commit comments

Comments
 (0)