diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-07-06 02:08:36 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-07-06 02:08:36 (GMT) |
commit | 37c63a385d26e7cfa41bd35e2ee0f479fb70a299 (patch) | |
tree | 57a89ca783ec9fed44de534baf71b5465285173f /Doc | |
parent | c84dc9d0187cfa62d635d6447db6d6492a06c4bf (diff) | |
download | cpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.zip cpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.tar.gz cpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.tar.bz2 |
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 f8b3254..be71726 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -967,7 +967,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]) |