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

Eric Smith eric at trueblade.com
Tue Jul 6 01:12:31 CEST 2010


On 7/5/10 5:12 PM, Georg Brandl wrote:
> 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.

Yes, that would be a better word.

-- 
Eric.


More information about the Python-checkins mailing list