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 4ac5803..29734fe 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -831,7 +831,7 @@ string 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.
For 8-bit strings, this method is locale-dependent.