From: Skip Montanaro Date: Mon, 15 Dec 2003 14:38:57 +0000 (+0000) Subject: missing word (should backport - is release23-maint still locked?) X-Git-Tag: v2.4a1~1090 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6485a87b9a0ce2cd0c11310bfac302989ea1ce80;p=thirdparty%2FPython%2Fcpython.git missing word (should backport - is release23-maint still locked?) --- 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,