From fa8979867f6f122103aedbee5d31e97de976cea3 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 5 Jul 2010 11:41:42 +0000 Subject: Fix: Issue9091 Minor documentation clarification. --- Doc/library/stdtypes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ functions based on regular expressions. .. 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]) -- cgit v0.12