From: Fred Drake Date: Mon, 15 Dec 2003 15:34:11 +0000 (+0000) Subject: fix typo: added missing word X-Git-Tag: v2.3.3~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4179188fa936109a0479a83f32990f769968cbc;p=thirdparty%2FPython%2Fcpython.git fix typo: added missing word (backported from trunk revision 1.32) --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 0f6b14deebef..6eba042ab3d5 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -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,