]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change 'lowered' to 'lowercased'
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 6 Jul 2010 02:08:36 +0000 (02:08 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 6 Jul 2010 02:08:36 +0000 (02:08 +0000)
Doc/library/stdtypes.rst

index f8b3254b76b454203e45b5b067ef441642523905..be71726078a34af71858a662c82fd90e6b2792cf 100644 (file)
@@ -967,7 +967,7 @@ functions based on regular expressions.
 .. method:: str.capitalize()
 
    Return a copy of the string with its first character capitalized and the
-   rest lowered.
+   rest lowercased.
 
 
 .. method:: str.center(width[, fillchar])