summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-02 15:10:46 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-02 15:10:46 (GMT)
commitd745b4e7a497305febb5eba96f9ecaf8b35e704b (patch)
tree49af4da1a65df773a7e800ba5a07101af40877d1 /Doc
parent95b057e3ea98f78cad8cbee3c77640c11573b792 (diff)
downloadcpython-d745b4e7a497305febb5eba96f9ecaf8b35e704b.zip
cpython-d745b4e7a497305febb5eba96f9ecaf8b35e704b.tar.gz
cpython-d745b4e7a497305febb5eba96f9ecaf8b35e704b.tar.bz2
Add reference to the "String Methods" section to make that information
easier to find. Based on the comment from Steve Alexander on the zope-coders mailing list.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstrings.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex
index 4d7c0d1..f3a31f4 100644
--- a/Doc/lib/libstrings.tex
+++ b/Doc/lib/libstrings.tex
@@ -5,3 +5,6 @@ The modules described in this chapter provide a wide range of string
manipulation operations. Here's an overview:
\localmoduletable
+
+Information on the methods of string objects can be found in
+section~\ref{string-methods}, ``String Methods.''