From babfc0d2fe2c4bdbb60f88be3e00b47e111f9e40 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 20 Jun 2002 21:19:48 +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 38a0dbd2cdd6..f54af8668cbc 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -113,7 +113,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} -- 2.47.3