summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-05-23 02:28:26 (GMT)
committerFred Drake <fdrake@acm.org>2000-05-23 02:28:26 (GMT)
commit7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105 (patch)
tree04cf63b95b1a77eaf59263c3577ab32b9689ac92 /Doc
parentd7ad5039cbbfee6f1927f7c4f8085293c06fc5ec (diff)
downloadcpython-7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105.zip
cpython-7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105.tar.gz
cpython-7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105.tar.bz2
From Greg Ward <gward@python.net>:
Typo: "dictionairy" --> "dictionary" (twice).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcfgparser.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex
index 6b09af8..2f3536b 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -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}{}