Commit 774cc566 authored by Fred Drake's avatar Fred Drake

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

parent 47f85750
...@@ -45,7 +45,7 @@ others. ...@@ -45,7 +45,7 @@ others.
\begin{classdesc}{ConfigParser}{\optional{defaults}} \begin{classdesc}{ConfigParser}{\optional{defaults}}
Return a new instance of the \class{ConfigParser} class. When Return a new instance of the \class{ConfigParser} class. When
\var{defaults} is given, it is initialized into the dictionary of \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 appropriate for the \samp{\%()s} string interpolation. Note that
\var{__name__} is an intrinsic default; its value is the section name, \var{__name__} is an intrinsic default; its value is the section name,
and will override any value provided in \var{defaults}. and will override any value provided in \var{defaults}.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment