mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Shorten the module synopsis.
This commit is contained in:
parent
9940bd717c
commit
72d157e998
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
\section{Standard Module \module{BaseHTTPServer}}
|
||||
\declaremodule{standard}{BaseHTTPServer}
|
||||
|
||||
\modulesynopsis{Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).}
|
||||
\modulesynopsis{Basic HTTP server (base class for
|
||||
\class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
|
||||
|
||||
|
||||
\indexii{WWW}{server}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue