summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwww.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-10-09 14:36:54 (GMT)
committerFred Drake <fdrake@acm.org>1996-10-09 14:36:54 (GMT)
commite1980ed1f8a85fe72a6343a85a48c32dd90ed1b7 (patch)
treeaf902cd5f2e63bd108a59327cbbecd31ca68bc28 /Doc/lib/libwww.tex
parent0eb8837560267d537fcd17f3c5c75f6c3f80aa4a (diff)
downloadcpython-e1980ed1f8a85fe72a6343a85a48c32dd90ed1b7.zip
cpython-e1980ed1f8a85fe72a6343a85a48c32dd90ed1b7.tar.gz
cpython-e1980ed1f8a85fe72a6343a85a48c32dd90ed1b7.tar.bz2
(lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib
chapter to better reflect the relationship between the modules.
Diffstat (limited to 'Doc/lib/libwww.tex')
-rw-r--r--Doc/lib/libwww.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex
index 3317fb3..c42494e 100644
--- a/Doc/lib/libwww.tex
+++ b/Doc/lib/libwww.tex
@@ -36,12 +36,12 @@ scripts.
--- Parse a URL string into a tuple (addressing scheme identifier, network
location, path, parameters, query string, fragment identifier).
-\item[htmllib]
---- A (slow) parser for HTML documents.
-
\item[sgmllib]
--- Only as much of an SGML parser as needed to parse HTML.
+\item[htmllib]
+--- A (slow) parser for HTML documents.
+
\item[formatter]
--- Generic output formatter and device interface.