summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbasehttp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libbasehttp.tex')
-rw-r--r--Doc/lib/libbasehttp.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex
index 0c9f705..f78b779 100644
--- a/Doc/lib/libbasehttp.tex
+++ b/Doc/lib/libbasehttp.tex
@@ -1,9 +1,9 @@
\section{\module{BaseHTTPServer} ---
- Basic HTTP server.}
-\declaremodule{standard}{BaseHTTPServer}
+ Basic HTTP server}
+\declaremodule{standard}{BaseHTTPServer}
\modulesynopsis{Basic HTTP server (base class for
-\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
+ \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
\indexii{WWW}{server}
@@ -11,7 +11,6 @@
\index{URL}
\index{httpd}
-
This module defines two classes for implementing HTTP servers
(web servers). Usually, this module isn't used directly, but is used
as a basis for building functioning web servers. See the