summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-01-05 07:21:35 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-01-05 07:21:35 (GMT)
commitd92d3c71977e7c50663e6fc298c23fbec9a670ea (patch)
tree113577b618dc6d1d70d8073be864773e277d2729
parent72cd02c04107c1bd16603d7b6451cc5e53785faf (diff)
downloadcpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.zip
cpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.tar.gz
cpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.tar.bz2
typo fix
-rw-r--r--Doc/lib/libsimplexmlrpc.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex
index 7a97861..6b45855 100644
--- a/Doc/lib/libsimplexmlrpc.tex
+++ b/Doc/lib/libsimplexmlrpc.tex
@@ -15,7 +15,7 @@ CGI environment, using \class{CGIXMLRPCRequestHandler}.
\begin{classdesc}{SimpleXMLRPCServer}{addr\optional{,
requestHandler\optional{,
- logRequests\optional{allow_none\optional{, encoding}}}}}
+ logRequests\optional{, allow_none\optional{, encoding}}}}}
Create a new server instance. This class
provides methods for registration of functions that can be called by