From 37c63a385d26e7cfa41bd35e2ee0f479fb70a299 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 6 Jul 2010 02:08:36 +0000 Subject: [PATCH] Change 'lowered' to 'lowercased' --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f8b3254b76b..be71726078a 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])