summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-09 05:34:06 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-09 05:34:06 (GMT)
commit1b194f927d88d4191b04cfd00eebc1ed8a430655 (patch)
tree6830527cf95ad2773ec685f62fe00326624c890b /Doc
parentf96e0d203b1aef7646c27be6a3bf8d516a06f022 (diff)
downloadcpython-1b194f927d88d4191b04cfd00eebc1ed8a430655.zip
cpython-1b194f927d88d4191b04cfd00eebc1ed8a430655.tar.gz
cpython-1b194f927d88d4191b04cfd00eebc1ed8a430655.tar.bz2
Add a reference to the material on string methods.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstring.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index b04dbbe..6abcd13 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