diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-06 21:23:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-06 21:23:17 (GMT) |
commit | 72d157e998a4e9b18e90e670bcb18520cfc894ab (patch) | |
tree | 01a140f845892695c8267de15d5ebfe7d7f23ff5 /Doc/lib/libbasehttp.tex | |
parent | 9940bd717cbee598ac12d805b05feb91f9f07157 (diff) | |
download | cpython-72d157e998a4e9b18e90e670bcb18520cfc894ab.zip cpython-72d157e998a4e9b18e90e670bcb18520cfc894ab.tar.gz cpython-72d157e998a4e9b18e90e670bcb18520cfc894ab.tar.bz2 |
Shorten the module synopsis.
Diffstat (limited to 'Doc/lib/libbasehttp.tex')
-rw-r--r-- | Doc/lib/libbasehttp.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libbasehttp.tex b/Doc/lib/libbasehttp.tex index df04202..e680305 100644 --- a/Doc/lib/libbasehttp.tex +++ b/Doc/lib/libbasehttp.tex @@ -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} |