From: Fred Drake Date: Sun, 2 Dec 2001 15:10:46 +0000 (+0000) Subject: Add reference to the "String Methods" section to make that information X-Git-Tag: v2.2.1c1~616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d745b4e7a497305febb5eba96f9ecaf8b35e704b;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index 4d7c0d1bb0a5..f3a31f44a39c 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.''