diff options
author | Skip Montanaro <skip@pobox.com> | 2003-12-15 14:38:57 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-12-15 14:38:57 (GMT) |
commit | 6485a87b9a0ce2cd0c11310bfac302989ea1ce80 (patch) | |
tree | f7afce79bfbf953b76dd2ff51e492afd66c2d2d2 /Doc/lib/libcfgparser.tex | |
parent | fb4e33a8e2b0e6a229a6a30019991f3f50fcc037 (diff) | |
download | cpython-6485a87b9a0ce2cd0c11310bfac302989ea1ce80.zip cpython-6485a87b9a0ce2cd0c11310bfac302989ea1ce80.tar.gz cpython-6485a87b9a0ce2cd0c11310bfac302989ea1ce80.tar.bz2 |
missing word (should backport - is release23-maint still locked?)
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 0f6b14d..6eba042 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, |