Commit 0add4c12 authored by Fred Drake's avatar Fred Drake

Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.
parent a226cd82
......@@ -10,7 +10,7 @@ for parsing text files formatted in XML (eXtended Markup Language).
The \code{XMLParser} class must be instantiated without arguments. It
has the following interface methods:
\renewcommand{\indexsubitem}{({\tt XMLParser} method)}
\renewcommand{\indexsubitem}{(XMLParser method)}
\begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called
......
......@@ -10,7 +10,7 @@ for parsing text files formatted in XML (eXtended Markup Language).
The \code{XMLParser} class must be instantiated without arguments. It
has the following interface methods:
\renewcommand{\indexsubitem}{({\tt XMLParser} method)}
\renewcommand{\indexsubitem}{(XMLParser method)}
\begin{funcdesc}{reset}{}
Reset the instance. Loses all unprocessed data. This is called
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment