]> granicus.if.org Git - python/commitdiff
Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).
authorFred Drake <fdrake@acm.org>
Fri, 12 Dec 1997 05:32:31 +0000 (05:32 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Dec 1997 05:32:31 +0000 (05:32 +0000)
This makes it more consistent with other modules.  All three *mllib modules
need this change.

Doc/lib/libxmllib.tex
Doc/libxmllib.tex

index d75d1216eb88f9a11bcd5e7553145ee1c06f3521..b9897a0e78ed271c2f8cb8cc72c6c55f9693159c 100644 (file)
@@ -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
index d75d1216eb88f9a11bcd5e7553145ee1c06f3521..b9897a0e78ed271c2f8cb8cc72c6c55f9693159c 100644 (file)
@@ -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