diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-11 15:14:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-11 15:14:15 (GMT) |
commit | 184e8360e80ca9d536e28dcf14cd219eebf72bd1 (patch) | |
tree | 7703471ec0330e3636cf967d2f7e34826153e0a2 /Doc/lib/libcfgparser.tex | |
parent | 9ade7e01109bc4240d497163cd59c9aa14f725cb (diff) | |
download | cpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.zip cpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.tar.gz cpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.tar.bz2 |
Added module references; minor grammatical fixes.
All suggested by Eric Raymond.
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index b203168..4ebc9a4 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -39,7 +39,7 @@ Return a new instance of the \class{ConfigParser} class. When \var{defaults} is given, it is initialized into the dictionairy of intrinsic defaults. They keys must be strings, and the values must be appropriate for the \samp{\%()s} string interpolation. Note that -\var{__name__} is always an intrinsic default; it's value is the +\var{__name__} is always an intrinsic default; its value is the section name. \end{classdesc} @@ -70,6 +70,12 @@ Exception raised when errors occur attempting to parse a file. \end{excdesc} +\begin{seealso} + \seemodule{shlex}{Support for a creating \UNIX{} shell-like + minilanguages which can be used as an alternate format + for application configuration files.} +\end{seealso} + \subsection{ConfigParser Objects \label{ConfigParser-objects}} \class{ConfigParser} instances have the following methods: |