Shorten the module synopsis.

This commit is contained in:
Fred Drake 1998-08-06 21:23:17 +00:00
parent 9940bd717c
commit 72d157e998
3 changed files with 5 additions and 5 deletions

View file

@ -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}