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

Fred L. Drake python-dev@python.org
Mon, 22 May 2000 19:28:29 -0700


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

Modified Files:
	libcfgparser.tex 
Log Message:

From Greg Ward <gward@python.net>:
Typo:  "dictionairy" --> "dictionary" (twice).


Index: libcfgparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcfgparser.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** libcfgparser.tex	2000/05/09 15:06:32	1.9
--- libcfgparser.tex	2000/05/23 02:28:26	1.10
***************
*** 44,48 ****
  \begin{classdesc}{ConfigParser}{\optional{defaults}}
  Return a new instance of the \class{ConfigParser} class.  When
! \var{defaults} is given, it is initialized into the dictionairy of
  intrinsic defaults.  They keys must be strings, and the values must be 
  appropriate for the \samp{\%()s} string interpolation.  Note that
--- 44,48 ----
  \begin{classdesc}{ConfigParser}{\optional{defaults}}
  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
***************
*** 91,95 ****
  
  \begin{methoddesc}{defaults}{}
! Return a dictionairy containing the instance-wide defaults.
  \end{methoddesc}
  
--- 91,95 ----
  
  \begin{methoddesc}{defaults}{}
! Return a dictionary containing the instance-wide defaults.
  \end{methoddesc}