]> granicus.if.org Git - python/commitdiff
Punctuation fix.
authorGeorg Brandl <georg@python.org>
Wed, 27 Oct 2010 07:09:22 +0000 (07:09 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 27 Oct 2010 07:09:22 +0000 (07:09 +0000)
Lib/SimpleXMLRPCServer.py

index 4cf0b18a0d4e52c35c27caa241482d65af2f3f25..b2a561056f54129d612828ecdfb1675f672ae390 100644 (file)
@@ -163,7 +163,7 @@ class SimpleXMLRPCDispatcher:
     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):