mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
make a reference to the SimpleHTTPServer module a hyperlink to the
docs
This commit is contained in:
parent
2adf210993
commit
da4513a88b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
This module defines two classes for implementing HTTP servers
|
This module defines two classes for implementing HTTP servers
|
||||||
(Web servers). Usually, this module isn't used directly, but is used
|
(Web servers). Usually, this module isn't used directly, but is used
|
||||||
as a basis for building functioning Web servers. See the
|
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.
|
\refmodule{CGIHTTPServer}\refstmodindex{CGIHTTPServer} modules.
|
||||||
|
|
||||||
The first class, \class{HTTPServer}, is a
|
The first class, \class{HTTPServer}, is a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue