[Python-checkins] r82602 - in python/branches/release31-maint: Doc/library/stdtypes.rst
senthil.kumaran
python-checkins at python.org
Tue Jul 6 05:03:34 CEST 2010
Author: senthil.kumaran
Date: Tue Jul 6 05:03:34 2010
New Revision: 82602
Log:
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'
........
Modified:
python/branches/release31-maint/ (props changed)
python/branches/release31-maint/Doc/library/stdtypes.rst
Modified: python/branches/release31-maint/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/stdtypes.rst (original)
+++ python/branches/release31-maint/Doc/library/stdtypes.rst Tue Jul 6 05:03:34 2010
@@ -801,7 +801,7 @@
.. 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])
More information about the Python-checkins
mailing list