Merged revisions 82570 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines

  Fix: Issue9091 Minor documentation clarification.
........
This commit is contained in:
Senthil Kumaran 2010-07-05 11:44:49 +00:00
parent 0dce815c2b
commit 3592a46c4d
1 changed files with 2 additions and 1 deletions

View File

@ -800,7 +800,8 @@ functions based on regular expressions.
.. method:: str.capitalize()
Return a copy of the string with only its first character capitalized.
Return a copy of the string with its first character capitalized and the
rest lowered.
.. method:: str.center(width[, fillchar])