[Python-checkins] CVS: python/dist/src/Doc/lib libstrings.tex,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Sun, 02 Dec 2001 07:10:48 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv29753/lib

Modified Files:
	libstrings.tex 
Log Message:
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.


Index: libstrings.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstrings.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libstrings.tex	1998/07/23 17:59:15	1.7
--- libstrings.tex	2001/12/02 15:10:46	1.8
***************
*** 6,7 ****
--- 6,10 ----
  
  \localmoduletable
+ 
+ Information on the methods of string objects can be found in
+ section~\ref{string-methods}, ``String Methods.''