[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.33,1.34

Fred L. Drake python-dev@python.org
Thu, 14 Sep 2000 10:57:49 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21667/lib

Modified Files:
	libstdtypes.tex 
Log Message:

Add some index entries to make it easier to find information on
%-formatting of strings.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** libstdtypes.tex	2000/09/12 16:23:48	1.33
--- libstdtypes.tex	2000/09/14 17:57:42	1.34
***************
*** 587,590 ****
--- 587,595 ----
  \subsubsection{String Formatting Operations \label{typesseq-strings}}
  
+ \index{formatting, string}
+ \index{string!formatting}
+ \index{printf-style formatting}
+ \index{sprintf-style formatting}
+ 
  String objects have one unique built-in operation: the \code{\%}
  operator (modulo) with a string left argument interprets this string