]> granicus.if.org Git - python/commitdiff
Fix: Issue9091 Minor documentation clarification.
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 5 Jul 2010 11:41:42 +0000 (11:41 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 5 Jul 2010 11:41:42 +0000 (11:41 +0000)
Doc/library/stdtypes.rst

index e62fee4d4f1089784a64b71fb94dc201cdab30bd..f8b3254b76b454203e45b5b067ef441642523905 100644 (file)
@@ -966,7 +966,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])