mirror of
https://github.com/python/cpython.git
synced 2025-01-10 18:44:53 +08:00
Merged revisions 82601 via svnmerge from
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' ........
This commit is contained in:
parent
d64ce7be96
commit
317ac619a2
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user