]> granicus.if.org Git - python/commitdiff
Changed \indexsubitem from ({\tt SGMLParser} method) to just
authorFred Drake <fdrake@acm.org>
Fri, 12 Dec 1997 05:33:34 +0000 (05:33 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Dec 1997 05:33:34 +0000 (05:33 +0000)
(SGMLParser method).

This makes it more consistent with other modules.  All three *mllib modules
need this change.

Doc/lib/libsgmllib.tex
Doc/libsgmllib.tex

index 19ce91c803e5fb5219a7879bb2c6798bd208cfc0..44ed3ca0f91732079ef7038f88fc54a69df92f61 100644 (file)
@@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
 The \code{SGMLParser} class must be instantiated without arguments.
 It has the following interface methods:
 
-\renewcommand{\indexsubitem}{({\tt SGMLParser} method)}
+\renewcommand{\indexsubitem}{(SGMLParser method)}
 
 \begin{funcdesc}{reset}{}
 Reset the instance.  Loses all unprocessed data.  This is called
index 19ce91c803e5fb5219a7879bb2c6798bd208cfc0..44ed3ca0f91732079ef7038f88fc54a69df92f61 100644 (file)
@@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
 The \code{SGMLParser} class must be instantiated without arguments.
 It has the following interface methods:
 
-\renewcommand{\indexsubitem}{({\tt SGMLParser} method)}
+\renewcommand{\indexsubitem}{(SGMLParser method)}
 
 \begin{funcdesc}{reset}{}
 Reset the instance.  Loses all unprocessed data.  This is called