]> granicus.if.org Git - python/commitdiff
Markup nits.
authorFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 16:41:40 +0000 (16:41 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 16:41:40 +0000 (16:41 +0000)
Doc/lib/libcfgparser.tex

index be65f6291108b98aa66115b07b77b861d75509d9..b203168dde771232265a4608cb8e7ff821a4f646 100644 (file)
@@ -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}