[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex, 1.31, 1.32

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon Dec 15 09:38:59 EST 2003


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

Modified Files:
	libcfgparser.tex 
Log Message:
missing word (should backport - is release23-maint still locked?)


Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** libcfgparser.tex	21 Oct 2003 16:50:55 -0000	1.31
--- libcfgparser.tex	15 Dec 2003 14:38:57 -0000	1.32
***************
*** 58,62 ****
  \begin{classdesc}{ConfigParser}{\optional{defaults}}
  Derived class of \class{RawConfigParser} that implements the magical
! interpolation feature and adds optional arguments the \method{get()}
  and \method{items()} methods.  The values in \var{defaults} must be
  appropriate for the \samp{\%()s} string interpolation.  Note that
--- 58,62 ----
  \begin{classdesc}{ConfigParser}{\optional{defaults}}
  Derived class of \class{RawConfigParser} that implements the magical
! interpolation feature and adds optional arguments to the \method{get()}
  and \method{items()} methods.  The values in \var{defaults} must be
  appropriate for the \samp{\%()s} string interpolation.  Note that





More information about the Python-checkins mailing list