commit | fa8979867f6f122103aedbee5d31e97de976cea3 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Mon Jul 05 11:41:42 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Mon Jul 05 11:41:42 2010 +0000 |
tree | 4e17ee5adf57e43e47d2749390d2e8d7a6e435ad | |
parent | 058173e2b273263b91f2586d080324fbdb8b704b [diff] |
Fix: Issue9091 Minor documentation clarification.
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e62fee4..f8b3254 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst
@@ -966,7 +966,8 @@ .. 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])