summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-20 21:19:27 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-20 21:19:27 (GMT)
commit950fc70f7cbdbdb271f00afac0fc48e23bfc9d3d (patch)
tree3eefe258aa4d3dbf5ef66c3da39284f5b8a84363 /Doc
parenta18b3cb130fa9b10606b82172b9e4c5a5d6095cd (diff)
downloadcpython-950fc70f7cbdbdb271f00afac0fc48e23bfc9d3d.zip
cpython-950fc70f7cbdbdb271f00afac0fc48e23bfc9d3d.tar.gz
cpython-950fc70f7cbdbdb271f00afac0fc48e23bfc9d3d.tar.bz2
Make the docs for string.capitalize() match those of str.capitalize()
(which makes it more clear). Closes SF bug #571767.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index b369901..897e5ea 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -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}