summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-06-09 14:50:19 (GMT)
committerFred Drake <fdrake@acm.org>2004-06-09 14:50:19 (GMT)
commitda4513a88bff644c65a81d690d3a788c1f677f42 (patch)
treec7c7ee910c50acf7ef9d11d2832641e211defabf
parent2adf2109938bcdf7c527ade6ba8b5d631080e115 (diff)
downloadcpython-da4513a88bff644c65a81d690d3a788c1f677f42.zip
cpython-da4513a88bff644c65a81d690d3a788c1f677f42.tar.gz
cpython-da4513a88bff644c65a81d690d3a788c1f677f42.tar.bz2
make a reference to the SimpleHTTPServer module a hyperlink to the
docs
-rw-r--r--Doc/lib/libbasehttp.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex
index bf2bb7f..fe794f8 100644
--- a/Doc/lib/libbasehttp.tex
+++ b/Doc/lib/libbasehttp.tex
@@ -14,7 +14,7 @@
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
-\module{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and
+\refmodule{SimpleHTTPServer}\refstmodindex{SimpleHTTPServer} and
\refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules.
The first class, \class{HTTPServer}, is a