]> granicus.if.org Git - python/commitdiff
Minor markup improvement.
authorFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 05:01:59 +0000 (05:01 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 29 Sep 2001 05:01:59 +0000 (05:01 +0000)
Doc/lib/libsimplexmlrpc.tex

index d090d8dd664f1040fcc6162e5521d66538b2e729..44bdb3e5a82a91d2d19a3cd729ae6ef71cc28cb0 100644 (file)
@@ -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{,