From e1ff21413963af513932104c2730206d952b2537 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 27 Oct 2010 07:09:22 +0000 Subject: [PATCH] Punctuation fix. --- Lib/SimpleXMLRPCServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.50.1