Commit fa897986 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix: Issue9091 Minor documentation clarification.

parent 058173e2
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment