]> granicus.if.org Git - python/commitdiff
Merged revisions 82601 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 6 Jul 2010 03:03:34 +0000 (03:03 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 6 Jul 2010 03:03:34 +0000 (03:03 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines

  Change 'lowered' to 'lowercased'
........

Doc/library/stdtypes.rst

index 925ea541b453bdc83119eec8590084589cda80ca..935a5b26b98abe5f7d4316131bc2c2dd9350fc59 100644 (file)
@@ -801,7 +801,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])