]> granicus.if.org Git - python/commitdiff
Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The
authorFred Drake <fdrake@acm.org>
Thu, 7 Dec 2000 00:03:24 +0000 (00:03 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 7 Dec 2000 00:03:24 +0000 (00:03 +0000)
Doc/lib/libcfgparser.tex

index 28e0f0759cc849084258bbfa674e6e1dbecee012..fc2d1c11b7d94b8f2fb2a8d9b304818520c9a929 100644 (file)
@@ -45,7 +45,7 @@ others.
 \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 
+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,
 and will override any value provided in \var{defaults}.