]> granicus.if.org Git - python/commitdiff
Merged revisions 82570 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 5 Jul 2010 11:44:49 +0000 (11:44 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 5 Jul 2010 11:44:49 +0000 (11:44 +0000)
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.
........

Doc/library/stdtypes.rst

index 2bbc02042faabbe87efcbb1ad0b1c8a77ce84f81..925ea541b453bdc83119eec8590084589cda80ca 100644 (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])