Kaydet (Commit) 473f46a8 authored tarafından Fred Drake's avatar Fred Drake

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

(which makes it more clear).
Closes SF bug #571767.
üst 807354f3
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment