summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-28 07:32:53 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-28 07:32:53 (GMT)
commit48704ee478fa8a5f7890dc15ac56297121f9eec1 (patch)
tree8e40994062d8da5d299853942a109b62c6dda18b /Doc
parentc37b65ee106352c00ab1615b2bac0a5b9a720137 (diff)
downloadcpython-48704ee478fa8a5f7890dc15ac56297121f9eec1.zip
cpython-48704ee478fa8a5f7890dc15ac56297121f9eec1.tar.gz
cpython-48704ee478fa8a5f7890dc15ac56297121f9eec1.tar.bz2
Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level
list of modules.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsimplexmlrpc.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex
index 44bdb3e..be56c45 100644
--- a/Doc/lib/libsimplexmlrpc.tex
+++ b/Doc/lib/libsimplexmlrpc.tex
@@ -2,6 +2,7 @@
Basic XML-RPC server}
\declaremodule{standard}{SimpleXMLRPCServer}
+\modulesynopsis{Basic XML-RPC server implementation.}
\moduleauthor{Brian Quinlan}{brianq@activestate.com}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}