diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f8b3254b76b4..be71726078a3 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])