summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-07-06 02:08:36 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-07-06 02:08:36 (GMT)
commit37c63a385d26e7cfa41bd35e2ee0f479fb70a299 (patch)
tree57a89ca783ec9fed44de534baf71b5465285173f /Doc
parentc84dc9d0187cfa62d635d6447db6d6492a06c4bf (diff)
downloadcpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.zip
cpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.tar.gz
cpython-37c63a385d26e7cfa41bd35e2ee0f479fb70a299.tar.bz2
Change 'lowered' to 'lowercased'
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst2
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])