From: Fred Drake Date: Fri, 12 Dec 1997 05:32:31 +0000 (+0000) Subject: Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). X-Git-Tag: v1.5~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0add4c120dd7a24402e4e50aa95cfe9580f677d1;p=python 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. --- diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index d75d1216eb..b9897a0e78 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -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 diff --git a/Doc/libxmllib.tex b/Doc/libxmllib.tex index d75d1216eb..b9897a0e78 100644 --- a/Doc/libxmllib.tex +++ b/Doc/libxmllib.tex @@ -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