diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 16:59:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 16:59:53 (GMT) |
commit | 25407882eadbb21111db1846911c7cb99ae07117 (patch) | |
tree | dc12027e0a8688818e05be30217e28fecdf078a6 /Doc/lib/libsimplehttp.tex | |
parent | 4d3714b5c62746a10ac5d542cdf5dbef1d77c47f (diff) | |
download | cpython-25407882eadbb21111db1846911c7cb99ae07117.zip cpython-25407882eadbb21111db1846911c7cb99ae07117.tar.gz cpython-25407882eadbb21111db1846911c7cb99ae07117.tar.bz2 |
Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libsimplehttp.tex')
-rw-r--r-- | Doc/lib/libsimplehttp.tex | 5 |
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, |