mirror of https://github.com/python/cpython
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:
parent
807354f3b6
commit
473f46a853
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue