[Python-checkins] r53259 - python/branches/release25-maint/Doc/lib/libsimplexmlrpc.tex

gregory.p.smith python-checkins at python.org
Fri Jan 5 08:22:29 CET 2007


Author: gregory.p.smith
Date: Fri Jan  5 08:22:29 2007
New Revision: 53259

Modified:
   python/branches/release25-maint/Doc/lib/libsimplexmlrpc.tex
Log:
typo fix


Modified: python/branches/release25-maint/Doc/lib/libsimplexmlrpc.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libsimplexmlrpc.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libsimplexmlrpc.tex	Fri Jan  5 08:22:29 2007
@@ -15,7 +15,7 @@
 
 \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


More information about the Python-checkins mailing list