Make the docs for string.capitalize() match those of str.capitalize()

(which makes it more clear).
Closes SF bug #571767.
This commit is contained in:
Fred Drake 2002-06-20 21:18:46 +00:00
parent 807354f3b6
commit 473f46a853
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,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}