diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-29 05:01:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-29 05:01:59 (GMT) |
commit | 2b05ca3454f5f9e34d9443b5b06df580285c2f61 (patch) | |
tree | 67c17b7a04ca72a0803bb608627d13a60912363e /Doc/lib | |
parent | d157237d51177030ea83ce953c209d72a9795ca9 (diff) | |
download | cpython-2b05ca3454f5f9e34d9443b5b06df580285c2f61.zip cpython-2b05ca3454f5f9e34d9443b5b06df580285c2f61.tar.gz cpython-2b05ca3454f5f9e34d9443b5b06df580285c2f61.tar.bz2 |
Minor markup improvement.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libsimplexmlrpc.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex index d090d8d..44bdb3e 100644 --- a/Doc/lib/libsimplexmlrpc.tex +++ b/Doc/lib/libsimplexmlrpc.tex @@ -8,9 +8,9 @@ The \module{SimpleXMLRPCServer} module provides a basic server framework for XML-RPC servers written in Python. The server object is -based on the \code{\refmodule{SocketServer}.TCPServer} class, +based on the \class{\refmodule{SocketServer}.TCPServer} class, and the request handler is based on the -\code{\refmodule{BaseHTTPServer}.BaseHTTPRequestHandler} class. +\class{\refmodule{BaseHTTPServer}.BaseHTTPRequestHandler} class. \begin{classdesc}{SimpleXMLRPCServer}{addr\optional{, |