Commit 7cb42cd0 authored by Fred Drake's avatar Fred Drake

From Greg Ward <gward@python.net>:

Typo:  "dictionairy" --> "dictionary" (twice).
parent d7ad5039
......@@ -43,7 +43,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 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
appropriate for the \samp{\%()s} string interpolation. Note that
\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:
\begin{methoddesc}{defaults}{}
Return a dictionairy containing the instance-wide defaults.
Return a dictionary containing the instance-wide defaults.
\end{methoddesc}
\begin{methoddesc}{sections}{}
......
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