File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ \section{\module{ConfigParser} ---
4343
4444\begin {classdesc }{ConfigParser}{\optional {defaults}}
4545Return 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
4747intrinsic defaults. They keys must be strings, and the values must be
4848appropriate 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}{}
You can’t perform that action at this time.
0 commit comments