[Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.14,1.15

Fred L. Drake python-dev@python.org
Wed, 6 Dec 2000 16:03:27 -0800


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

Modified Files:
	libcfgparser.tex 
Log Message:

Typo caught by Jim Tittsler <jwt@onjapan.net>:  They --> The


Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** libcfgparser.tex	2000/09/27 22:48:44	1.14
--- libcfgparser.tex	2000/12/07 00:03:24	1.15
***************
*** 46,50 ****
  Return a new instance of the \class{ConfigParser} class.  When
  \var{defaults} is given, it is initialized into the dictionary of
! intrinsic defaults.  They keys must be strings, and the values must be 
  appropriate for the \samp{\%()s} string interpolation.  Note that
  \var{__name__} is an intrinsic default; its value is the section name,
--- 46,50 ----
  Return a new instance of the \class{ConfigParser} class.  When
  \var{defaults} is given, it is initialized into the dictionary of
! intrinsic defaults.  The keys must be strings, and the values must be 
  appropriate for the \samp{\%()s} string interpolation.  Note that
  \var{__name__} is an intrinsic default; its value is the section name,