]> granicus.if.org Git - python/commitdiff
SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 08:15:47 +0000 (08:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jul 2003 08:15:47 +0000 (08:15 +0000)
                amendment

Add a clarifying cross-reference to the formatter module.

Doc/lib/libhtmllib.tex

index 6ec17bde16217af78b1af7762afd67b27b53ce63..41b647c58904b3d71334a8c111983c478c8cf7c9 100644 (file)
@@ -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