Fix: Issue9091 Minor documentation clarification.

This commit is contained in:
Senthil Kumaran 2010-07-05 11:41:42 +00:00
parent 058173e2b2
commit fa8979867f
1 changed files with 2 additions and 1 deletions

View File

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