summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsimplexmlrpc.tex4
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{,