Change 'lowered' to 'lowercased'

This commit is contained in:
Senthil Kumaran 2010-07-06 02:08:36 +00:00
parent c84dc9d018
commit 37c63a385d
1 changed files with 1 additions and 1 deletions

View File

@ -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])