[Python-checkins] r85854 - python/branches/release27-maint/Lib/SimpleXMLRPCServer.py

georg.brandl python-checkins at python.org
Wed Oct 27 09:09:22 CEST 2010


Author: georg.brandl
Date: Wed Oct 27 09:09:22 2010
New Revision: 85854

Log:
Punctuation fix.

Modified:
   python/branches/release27-maint/Lib/SimpleXMLRPCServer.py

Modified: python/branches/release27-maint/Lib/SimpleXMLRPCServer.py
==============================================================================
--- python/branches/release27-maint/Lib/SimpleXMLRPCServer.py	(original)
+++ python/branches/release27-maint/Lib/SimpleXMLRPCServer.py	Wed Oct 27 09:09:22 2010
@@ -163,7 +163,7 @@
     This class is used to register XML-RPC method handlers
     and then to dispatch them. This class doesn't need to be
     instanced directly when used by SimpleXMLRPCServer but it
-    can be instanced when used by the MultiPathXMLRPCServer
+    can be instanced when used by the MultiPathXMLRPCServer.
     """
 
     def __init__(self, allow_none=False, encoding=None):


More information about the Python-checkins mailing list