Commit 2b05ca34 authored by Fred Drake's avatar Fred Drake

Minor markup improvement.

parent d157237d
......@@ -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{,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment