diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-07 00:03:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-07 00:03:24 (GMT) |
commit | fd4d29cf5da3c5cd16178b26439925252023b656 (patch) | |
tree | 567e5fcb48a8218afd9c349a99ed9513146b3e04 /Doc | |
parent | b62966c175399d2ad6a75ceefea2c469c1f58423 (diff) | |
download | cpython-fd4d29cf5da3c5cd16178b26439925252023b656.zip cpython-fd4d29cf5da3c5cd16178b26439925252023b656.tar.gz cpython-fd4d29cf5da3c5cd16178b26439925252023b656.tar.bz2 |
Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The
Diffstat (limited to 'Doc')
-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 28e0f07..fc2d1c1 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -45,7 +45,7 @@ others. \begin{classdesc}{ConfigParser}{\optional{defaults}} Return a new instance of the \class{ConfigParser} class. When \var{defaults} is given, it is initialized into the dictionary of -intrinsic defaults. They keys must be strings, and the values must be +intrinsic defaults. The keys must be strings, and the values must be appropriate for the \samp{\%()s} string interpolation. Note that \var{__name__} is an intrinsic default; its value is the section name, and will override any value provided in \var{defaults}. |