From: Fred Drake Date: Sat, 4 Apr 1998 06:25:27 +0000 (+0000) Subject: Fix index entry for HTMLParser class. X-Git-Tag: v1.5.1~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=858f787a0236891ca2fe617fdd3ade5b218ac01e;p=thirdparty%2FPython%2Fcpython.git Fix index entry for HTMLParser class. --- diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index 4440815d70c7..25e68d69d4e1 100644 --- a/Doc/lib/libformatter.tex +++ b/Doc/lib/libformatter.tex @@ -7,7 +7,7 @@ This module supports two interface definitions, each with mulitple implementations. The \emph{formatter} interface is used by the \class{HTMLParser} class of the \module{htmllib} module, and the \emph{writer} interface is required by the formatter interface. -\withsubitem{(im module htmllib)}{\ttindex{HTMLParser}} +\withsubitem{(class in htmllib)}{\ttindex{HTMLParser}} Formatter objects transform an abstract flow of formatting events into specific output events on writer objects. Formatters manage several diff --git a/Doc/libformatter.tex b/Doc/libformatter.tex index 4440815d70c7..25e68d69d4e1 100644 --- a/Doc/libformatter.tex +++ b/Doc/libformatter.tex @@ -7,7 +7,7 @@ This module supports two interface definitions, each with mulitple implementations. The \emph{formatter} interface is used by the \class{HTMLParser} class of the \module{htmllib} module, and the \emph{writer} interface is required by the formatter interface. -\withsubitem{(im module htmllib)}{\ttindex{HTMLParser}} +\withsubitem{(class in htmllib)}{\ttindex{HTMLParser}} Formatter objects transform an abstract flow of formatting events into specific output events on writer objects. Formatters manage several