summaryrefslogtreecommitdiff
path: root/Lib/xmlrpc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 12:54:44 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 12:54:44 +0000
commit702f4f5d6fdb1a49222bb1e70866717f34c3b847 (patch)
treeae1ee298d781dfd3f0cf82a95d5f1f8175c90fda /Lib/xmlrpc
parent7386268ffd5a87ec03f80773c4cd8bf9dc9953f6 (diff)
parent204bf0b9aecd221c33f3e0909f261411783acf1b (diff)
downloadcpython-git-702f4f5d6fdb1a49222bb1e70866717f34c3b847.tar.gz
Issue #23804: Merge spelling and NEWS fixes from 3.5
Diffstat (limited to 'Lib/xmlrpc')
-rw-r--r--Lib/xmlrpc/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xmlrpc/server.py b/Lib/xmlrpc/server.py
index 78728f271c..849bfddd84 100644
--- a/Lib/xmlrpc/server.py
+++ b/Lib/xmlrpc/server.py
@@ -184,7 +184,7 @@ class SimpleXMLRPCDispatcher:
are considered private and will not be called by
SimpleXMLRPCServer.
- If a registered function matches a XML-RPC request, then it
+ If a registered function matches an XML-RPC request, then it
will be called instead of the registered instance.
If the optional allow_dotted_names argument is true and the