mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
From Greg Ward <gward@python.net>:
Typo: "dictionairy" --> "dictionary" (twice).
This commit is contained in:
parent
d7ad5039cb
commit
7cb42cd070
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,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 dictionairy 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. They 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 always an intrinsic default; its value is the
|
\var{__name__} is always an intrinsic default; its value is the
|
||||||
|
@ -90,7 +90,7 @@ Exception raised when errors occur attempting to parse a file.
|
||||||
\class{ConfigParser} instances have the following methods:
|
\class{ConfigParser} instances have the following methods:
|
||||||
|
|
||||||
\begin{methoddesc}{defaults}{}
|
\begin{methoddesc}{defaults}{}
|
||||||
Return a dictionairy containing the instance-wide defaults.
|
Return a dictionary containing the instance-wide defaults.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{sections}{}
|
\begin{methoddesc}{sections}{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue