summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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])