From: Senthil Kumaran Date: Mon, 5 Jul 2010 11:41:42 +0000 (+0000) Subject: Fix: Issue9091 Minor documentation clarification. X-Git-Tag: v3.2a1~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa8979867f6f122103aedbee5d31e97de976cea3;p=python Fix: Issue9091 Minor documentation clarification. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e62fee4d4f..f8b3254b76 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -966,7 +966,8 @@ functions based on regular expressions. .. 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])