[Python-checkins] r82601 - python/branches/py3k/Doc/library/stdtypes.rst

senthil.kumaran python-checkins at python.org
Tue Jul 6 04:08:36 CEST 2010


Author: senthil.kumaran
Date: Tue Jul  6 04:08:36 2010
New Revision: 82601

Log:
Change 'lowered' to 'lowercased'



Modified:
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Tue Jul  6 04:08:36 2010
@@ -967,7 +967,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