[Python-checkins] python/dist/src/Doc/lib libcfgparser.tex, 1.29.16.2, 1.29.16.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Dec 15 10:34:13 EST 2003


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

Modified Files:
      Tag: release23-maint
	libcfgparser.tex 
Log Message:
fix typo: added missing word
(backported from trunk revision 1.32)


Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.29.16.2
retrieving revision 1.29.16.3
diff -C2 -d -r1.29.16.2 -r1.29.16.3
*** libcfgparser.tex	21 Oct 2003 16:51:40 -0000	1.29.16.2
--- libcfgparser.tex	15 Dec 2003 15:34:11 -0000	1.29.16.3
***************
*** 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