Fix: Issue9091 Minor documentation clarification.
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index e62fee4..f8b3254 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -966,7 +966,8 @@
 
 .. method:: str.capitalize()
 
-   Return a copy of the string with only its first character capitalized.
+   Return a copy of the string with its first character capitalized and the
+   rest lowered.
 
 
 .. method:: str.center(width[, fillchar])