]> granicus.if.org Git - python/commitdiff
Add reference to the "String Methods" section to make that information
authorFred Drake <fdrake@acm.org>
Sun, 2 Dec 2001 15:10:46 +0000 (15:10 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 2 Dec 2001 15:10:46 +0000 (15:10 +0000)
easier to find.  Based on the comment from Steve Alexander on the
zope-coders mailing list.

Doc/lib/libstrings.tex

index 4d7c0d1bb0a5e72cb0c8d00f6f74637c081dcf11..f3a31f44a39c21051cfa0ddb8ef00f6b969eefa4 100644 (file)
@@ -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.''