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

Georg Brandl g.brandl at gmx.net
Mon Jul 5 23:12:22 CEST 2010


Am 05.07.2010 13:41, schrieb senthil.kumaran:
> 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.

That should be "lowercased" IINM.

Georg



More information about the Python-checkins mailing list