Fix index entry for HTMLParser class.

This commit is contained in:
Fred Drake 1998-04-04 06:25:27 +00:00
parent 41788db3e2
commit 858f787a02
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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