From: Senthil Kumaran Date: Mon, 5 Jul 2010 11:44:49 +0000 (+0000) Subject: Merged revisions 82570 via svnmerge from X-Git-Tag: v3.1.3rc1~550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3592a46c4d22202541c58d2ed0bdc463e2c4e750;p=python Merged revisions 82570 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines Fix: Issue9091 Minor documentation clarification. ........ --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2bbc02042f..925ea541b4 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -800,7 +800,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])