From: Fred Drake Date: Fri, 12 Dec 1997 05:34:35 +0000 (+0000) Subject: Changed \indexsubitem from ({\tt HTMLParser} method) to just X-Git-Tag: v1.5~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=095f35ad60adf9e61032d1e82e772e19541d7168;p=thirdparty%2FPython%2Fcpython.git Changed \indexsubitem from ({\tt HTMLParser} method) to just (HTMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. --- diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index aaa2072d388d..edae5518d9d0 100644 --- a/Doc/lib/libhtmllib.tex +++ b/Doc/lib/libhtmllib.tex @@ -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. diff --git a/Doc/libhtmllib.tex b/Doc/libhtmllib.tex index aaa2072d388d..edae5518d9d0 100644 --- a/Doc/libhtmllib.tex +++ b/Doc/libhtmllib.tex @@ -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.