diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-07-06 03:03:34 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-07-06 03:03:34 (GMT) |
commit | 317ac619a23242cccb78ea48d1824352247a5a2c (patch) | |
tree | efb63b2ae24d8644cd70c8bd0528b385c750c279 /Doc | |
parent | d64ce7be9668729b6d69fa250964bab7c45040c4 (diff) | |
download | cpython-317ac619a23242cccb78ea48d1824352247a5a2c.zip cpython-317ac619a23242cccb78ea48d1824352247a5a2c.tar.gz cpython-317ac619a23242cccb78ea48d1824352247a5a2c.tar.bz2 |
Merged revisions 82601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines
Change 'lowered' to 'lowercased'
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 925ea54..935a5b2 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -801,7 +801,7 @@ functions based on regular expressions. .. method:: str.capitalize() Return a copy of the string with its first character capitalized and the - rest lowered. + rest lowercased. .. method:: str.center(width[, fillchar]) |