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

senthil.kumaran python-checkins at python.org
Mon Jul 5 13:41:43 CEST 2010


Author: senthil.kumaran
Date: Mon Jul  5 13:41:42 2010
New Revision: 82570

Log:
Fix: Issue9091 Minor documentation clarification.



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	Mon Jul  5 13:41:42 2010
@@ -966,7 +966,8 @@
 
 .. method:: str.capitalize()
 
-   Return a copy of the string with only its first character capitalized.
+   Return a copy of the string with its first character capitalized and the
+   rest lowered.
 
 
 .. method:: str.center(width[, fillchar])


More information about the Python-checkins mailing list