From 473f46a8537e5ba4aa86e9026b6fff057959c587 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 20 Jun 2002 21:18:46 +0000 Subject: [PATCH] Make the docs for string.capitalize() match those of str.capitalize() (which makes it more clear). Closes SF bug #571767. --- Doc/lib/libstring.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index b3699010169..897e5ea892f 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}