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

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

Doc/lib/libhtmllib.tex
Doc/libhtmllib.tex

index aaa2072d388df053a659687f9495785a5b7b90cf..edae5518d9d002db53c1ab8a9b73c26316ae3fa0 100644 (file)
@@ -70,7 +70,7 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
 In addition to tag methods, the \code{HTMLParser} class provides some
 additional methods and instance variables for use within tag methods.
 
-\renewcommand{\indexsubitem}{({\tt HTMLParser} method)}
+\renewcommand{\indexsubitem}{(HTMLParser method)}
 
 \begin{datadesc}{formatter}
 This is the formatter instance associated with the parser.
index aaa2072d388df053a659687f9495785a5b7b90cf..edae5518d9d002db53c1ab8a9b73c26316ae3fa0 100644 (file)
@@ -70,7 +70,7 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
 In addition to tag methods, the \code{HTMLParser} class provides some
 additional methods and instance variables for use within tag methods.
 
-\renewcommand{\indexsubitem}{({\tt HTMLParser} method)}
+\renewcommand{\indexsubitem}{(HTMLParser method)}
 
 \begin{datadesc}{formatter}
 This is the formatter instance associated with the parser.