From: Fred Drake Date: Sat, 9 Sep 2000 05:34:06 +0000 (+0000) Subject: Add a reference to the material on string methods. X-Git-Tag: v2.0b2~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b194f927d88d4191b04cfd00eebc1ed8a430655;p=thirdparty%2FPython%2Fcpython.git Add a reference to the material on string methods. --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index b04dbbefff9e..6abcd1307c6b 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -53,8 +53,11 @@ The constants defined in this module are are: is undefined. \end{datadesc} -The functions defined in this module are: +Many of the functions provided by this module are also defined as +methods of string and Unicode objects; see ``String Methods'' (section +\ref{string-methods}) for more information on those. +The functions defined in this module are: \begin{funcdesc}{atof}{s} Convert a string to a floating point number. The string must have