From: Senthil Kumaran Date: Tue, 6 Jul 2010 02:08:36 +0000 (+0000) Subject: Change 'lowered' to 'lowercased' X-Git-Tag: v3.2a1~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37c63a385d26e7cfa41bd35e2ee0f479fb70a299;p=thirdparty%2FPython%2Fcpython.git Change 'lowered' to 'lowercased' --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f8b3254b76b4..be71726078a3 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -967,7 +967,7 @@ functions based on regular expressions. .. method:: str.capitalize() Return a copy of the string with its first character capitalized and the - rest lowered. + rest lowercased. .. method:: str.center(width[, fillchar])