mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Minor markup improvement.
This commit is contained in:
parent
d157237d51
commit
2b05ca3454
1 changed files with 2 additions and 2 deletions
|
|
@ -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{,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue