From: Fred Drake Date: Thu, 20 Jun 2002 21:19:48 +0000 (+0000) Subject: Make the docs for string.capitalize() match those of str.capitalize() X-Git-Tag: 2.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babfc0d2fe2c4bdbb60f88be3e00b47e111f9e40;p=thirdparty%2FPython%2Fcpython.git Make the docs for string.capitalize() match those of str.capitalize() (which makes it more clear). Closes SF bug #571767. --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 38a0dbd2cdd6..f54af8668cbc 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -113,7 +113,7 @@ The functions defined in this module are: \end{funcdesc} \begin{funcdesc}{capitalize}{word} - Capitalize the first character of the argument. + Return a copy of \var{word} with only its first character capitalized. \end{funcdesc} \begin{funcdesc}{capwords}{s}