summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex2
-rw-r--r--Doc/lib/libwww.tex6
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 42f0ef3..020ae83 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -139,8 +139,8 @@ to Python and how to embed it in other applications.
\input{libgopherlib}
\input{libnntplib}
\input{liburlparse}
-\input{libhtmllib}
\input{libsgmllib}
+\input{libhtmllib}
\input{libformatter}
\input{librfc822}
\input{libmimetools}
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.