summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-12 05:34:35 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-12 05:34:35 (GMT)
commit095f35ad60adf9e61032d1e82e772e19541d7168 (patch)
tree7d4ac9da94ef46e7fe560c33634566a049f5ec64 /Doc/lib/libhtmllib.tex
parent1247ceab94ef59669fdf2d3d710f7a0ac3f4842f (diff)
downloadcpython-095f35ad60adf9e61032d1e82e772e19541d7168.zip
cpython-095f35ad60adf9e61032d1e82e772e19541d7168.tar.gz
cpython-095f35ad60adf9e61032d1e82e772e19541d7168.tar.bz2
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.
Diffstat (limited to 'Doc/lib/libhtmllib.tex')
-rw-r--r--Doc/lib/libhtmllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex
index aaa2072..edae551 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.