summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 16:59:53 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 16:59:53 (GMT)
commit25407882eadbb21111db1846911c7cb99ae07117 (patch)
treedc12027e0a8688818e05be30217e28fecdf078a6
parent4d3714b5c62746a10ac5d542cdf5dbef1d77c47f (diff)
downloadcpython-25407882eadbb21111db1846911c7cb99ae07117.zip
cpython-25407882eadbb21111db1846911c7cb99ae07117.tar.gz
cpython-25407882eadbb21111db1846911c7cb99ae07117.tar.bz2
Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.
-rw-r--r--Doc/lib/libsimplehttp.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsimplehttp.tex b/Doc/lib/libsimplehttp.tex
index 6de2106..a571989 100644
--- a/Doc/lib/libsimplehttp.tex
+++ b/Doc/lib/libsimplehttp.tex
@@ -1,9 +1,10 @@
\section{\module{SimpleHTTPServer} ---
- A Do-Something Request Handler}
+ Simple HTTP request handler}
\declaremodule{standard}{SimpleHTTPServer}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
-\modulesynopsis{This module provides a request handler for HTTP servers.}
+\modulesynopsis{This module provides a basic request handler for HTTP
+ servers.}
The \module{SimpleHTTPServer} module defines a request-handler class,