diff options
author | Georg Brandl <georg@python.org> | 2010-10-27 07:09:22 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-27 07:09:22 +0000 |
commit | e1ff21413963af513932104c2730206d952b2537 (patch) | |
tree | 0b4a0c416d7007c23e784dae124482c2d5026709 /Lib/SimpleXMLRPCServer.py | |
parent | 905aed9ad853970ed1eac93529a91f1b1d29ef5a (diff) | |
download | cpython-git-e1ff21413963af513932104c2730206d952b2537.tar.gz |
Punctuation fix.
Diffstat (limited to 'Lib/SimpleXMLRPCServer.py')
-rw-r--r-- | Lib/SimpleXMLRPCServer.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |