Punctuation fix.

This commit is contained in:
Georg Brandl 2010-10-27 07:09:22 +00:00
parent 905aed9ad8
commit e1ff214139

View 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):