Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cb42cd

Browse files
committed
From Greg Ward <[email protected]>:
Typo: "dictionairy" --> "dictionary" (twice).
1 parent d7ad503 commit 7cb42cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libcfgparser.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ \section{\module{ConfigParser} ---
4343

4444
\begin{classdesc}{ConfigParser}{\optional{defaults}}
4545
Return a new instance of the \class{ConfigParser} class. When
46-
\var{defaults} is given, it is initialized into the dictionairy of
46+
\var{defaults} is given, it is initialized into the dictionary of
4747
intrinsic defaults. They keys must be strings, and the values must be
4848
appropriate for the \samp{\%()s} string interpolation. Note that
4949
\var{__name__} is always an intrinsic default; its value is the
@@ -90,7 +90,7 @@ \subsection{ConfigParser Objects \label{ConfigParser-objects}}
9090
\class{ConfigParser} instances have the following methods:
9191

9292
\begin{methoddesc}{defaults}{}
93-
Return a dictionairy containing the instance-wide defaults.
93+
Return a dictionary containing the instance-wide defaults.
9494
\end{methoddesc}
9595

9696
\begin{methoddesc}{sections}{}

0 commit comments

Comments
 (0)