From: Fred Drake Date: Thu, 7 Dec 2000 00:03:24 +0000 (+0000) Subject: Typo caught by Jim Tittsler : They --> The X-Git-Tag: v2.1a1~654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd4d29cf5da3c5cd16178b26439925252023b656;p=python Typo caught by Jim Tittsler : They --> The --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 28e0f0759c..fc2d1c11b7 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -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}.