summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbasehttp.tex
diff options
context:
space:
mode:
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}