From: Fred Drake Date: Sat, 29 Sep 2001 05:01:59 +0000 (+0000) Subject: Minor markup improvement. X-Git-Tag: v2.2.1c1~1538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b05ca3454f5f9e34d9443b5b06df580285c2f61;p=thirdparty%2FPython%2Fcpython.git Minor markup improvement. --- diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex index d090d8dd664f..44bdb3e5a82a 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{,