]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo: added missing word
authorFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:34:11 +0000 (15:34 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:34:11 +0000 (15:34 +0000)
(backported from trunk revision 1.32)

Doc/lib/libcfgparser.tex

index 0f6b14deebef59e4322504af61672258fd267edd..6eba042ab3d520228ab5964caeebbcd6d7bd20b4 100644 (file)
@@ -57,7 +57,7 @@ does not support the magical interpolation behavior.
 
 \begin{classdesc}{ConfigParser}{\optional{defaults}}
 Derived class of \class{RawConfigParser} that implements the magical
-interpolation feature and adds optional arguments the \method{get()}
+interpolation feature and adds optional arguments to the \method{get()}
 and \method{items()} methods.  The values in \var{defaults} must be
 appropriate for the \samp{\%()s} string interpolation.  Note that
 \var{__name__} is an intrinsic default; its value is the section name,