summaryrefslogtreecommitdiffstats
path: root/Doc/libxmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-12 05:32:31 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-12 05:32:31 (GMT)
commit0add4c120dd7a24402e4e50aa95cfe9580f677d1 (patch)
treec2c40e2060e62edc5cfa7c2805c86e762529cd5d /Doc/libxmllib.tex
parenta226cd82f6939364911bcdaea0935130f0d4137b (diff)
downloadcpython-0add4c120dd7a24402e4e50aa95cfe9580f677d1.zip
cpython-0add4c120dd7a24402e4e50aa95cfe9580f677d1.tar.gz
cpython-0add4c120dd7a24402e4e50aa95cfe9580f677d1.tar.bz2
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.
Diffstat (limited to 'Doc/libxmllib.tex')
-rw-r--r--Doc/libxmllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libxmllib.tex b/Doc/libxmllib.tex
index d75d121..b9897a0 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