Kaydet (Commit) babfc0d2 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 4b11f2b6
...@@ -113,7 +113,7 @@ The functions defined in this module are: ...@@ -113,7 +113,7 @@ The functions defined in this module are:
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{capitalize}{word} \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} \end{funcdesc}
\begin{funcdesc}{capwords}{s} \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