mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00: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
d2d23784c9
commit
c167712c00
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ string functions based on regular expressions.
|
||||||
.. method:: str.capitalize()
|
.. method:: str.capitalize()
|
||||||
|
|
||||||
Return a copy of the string with its first character capitalized and the
|
Return a copy of the string with its first character capitalized and the
|
||||||
rest lowered.
|
rest lowercased.
|
||||||
|
|
||||||
For 8-bit strings, this method is locale-dependent.
|
For 8-bit strings, this method is locale-dependent.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue