Fix: Issue9091 Minor documentation clarification.

This commit is contained in:
Senthil Kumaran 2010-07-05 11:41:42 +00:00
parent 058173e2b2
commit fa8979867f

View File

@ -966,7 +966,8 @@ functions based on regular expressions.
.. method:: str.capitalize() .. 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]) .. method:: str.center(width[, fillchar])