]> granicus.if.org Git - python/commitdiff
Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.
authorFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:59:53 +0000 (16:59 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Oct 2000 16:59:53 +0000 (16:59 +0000)
Doc/lib/libsimplehttp.tex

index 6de2106da46117434f8e7a024ed410801aeb7452..a571989ad194e77cd700c8017911a2dae62861a7 100644 (file)
@@ -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,