From 9bb33868af2ba1c326c3de03e07ca6df97e4b693 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 14 Jul 2003 08:15:47 +0000 Subject: [PATCH] SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition amendment Add a clarifying cross-reference to the formatter module. --- Doc/lib/libhtmllib.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index 6ec17bde162..41b647c5890 100644 --- a/Doc/lib/libhtmllib.tex +++ b/Doc/lib/libhtmllib.tex @@ -70,6 +70,9 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. \begin{seealso} + \seemodule{formatter}{Interface definition for transforming an + abstract flow of formatting events into + specific output events on writer objects.} \seemodule{HTMLParser}{Alternate HTML parser that offers a slightly lower-level view of the input, but is designed to work with XHTML, and does not