mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The
This commit is contained in:
parent
b62966c175
commit
fd4d29cf5d
1 changed files with 1 additions and 1 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue