Commit ca92a60e authored by Senthil Kumaran's avatar Senthil Kumaran

Merged revisions 82570 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines

  Fix: Issue9091 Minor documentation clarification.
........
parent d6bbe0c1
......@@ -830,7 +830,8 @@ string 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.
For 8-bit strings, this method is locale-dependent.
......
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