summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbasehttp.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-06 21:23:17 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-06 21:23:17 (GMT)
commit72d157e998a4e9b18e90e670bcb18520cfc894ab (patch)
tree01a140f845892695c8267de15d5ebfe7d7f23ff5 /Doc/lib/libbasehttp.tex
parent9940bd717cbee598ac12d805b05feb91f9f07157 (diff)
downloadcpython-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.tex3
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}