summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcfgparser.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-21 16:41:40 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-21 16:41:40 (GMT)
commit4747f7f61dea2cd217f81b78fd423991495730fc (patch)
treedf45d2bb93e85270f2cccacd25d0fd6a3759abac /Doc/lib/libcfgparser.tex
parent4f6e4fbc1de5d23a865106b0e7a2a311c3cd2294 (diff)
downloadcpython-4747f7f61dea2cd217f81b78fd423991495730fc.zip
cpython-4747f7f61dea2cd217f81b78fd423991495730fc.tar.gz
cpython-4747f7f61dea2cd217f81b78fd423991495730fc.tar.bz2
Markup nits.
Diffstat (limited to 'Doc/lib/libcfgparser.tex')
-rw-r--r--Doc/lib/libcfgparser.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex
index be65f62..b203168 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -1,8 +1,7 @@
\section{\module{ConfigParser} ---
- Configuration file parser.}
+ Configuration file parser}
\declaremodule{standard}{ConfigParser}
-
\modulesynopsis{Configuration file parser.}
\sectionauthor{Christopher G. Petrilli}{petrilli@amber.org}
@@ -98,7 +97,7 @@ Read and parse a list of filenames.
\begin{methoddesc}{get}{section, option\optional{, raw\optional{, vars}}}
Get an \var{option} value for the provided \var{section}. All the
-\samp{\%} interpolations are expanded in the return values, based on
+\character{\%} interpolations are expanded in the return values, based on
the defaults passed into the constructor, as well as the options
\var{vars} provided, unless the \var{raw} argument is true.
\end{methoddesc}