From: Georg Brandl Date: Wed, 27 Oct 2010 07:09:22 +0000 (+0000) Subject: Punctuation fix. X-Git-Tag: v2.7.1rc1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ff21413963af513932104c2730206d952b2537;p=python Punctuation fix. --- diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 4cf0b18a0d..b2a561056f 100644 --- a/Lib/SimpleXMLRPCServer.py +++ b/Lib/SimpleXMLRPCServer.py @@ -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):