diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2007-01-05 07:21:35 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2007-01-05 07:21:35 (GMT) |
commit | d92d3c71977e7c50663e6fc298c23fbec9a670ea (patch) | |
tree | 113577b618dc6d1d70d8073be864773e277d2729 | |
parent | 72cd02c04107c1bd16603d7b6451cc5e53785faf (diff) | |
download | cpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.zip cpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.tar.gz cpython-d92d3c71977e7c50663e6fc298c23fbec9a670ea.tar.bz2 |
typo fix
-rw-r--r-- | Doc/lib/libsimplexmlrpc.tex | 2 |
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 |