]> granicus.if.org Git - python/commitdiff
make a reference to the SimpleHTTPServer module a hyperlink to the
authorFred Drake <fdrake@acm.org>
Wed, 9 Jun 2004 14:50:19 +0000 (14:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Jun 2004 14:50:19 +0000 (14:50 +0000)
docs

Doc/lib/libbasehttp.tex

index bf2bb7f42dc5e7a52a03a4126a136a313f67bee6..fe794f87a4e662fca9b0e1203a8d69bdabdfed3c 100644 (file)
@@ -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