summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleXMLRPCServer.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 (GMT)
commitbf2dca96fbda4193552a56f7f1258ba5d16f2a60 (patch)
treeaf4b87928d3ca94f7cc063e1088dc262275c49d6 /Lib/SimpleXMLRPCServer.py
parentb362f75f6e5d8fe21d0cda740f9dcdf1976091f7 (diff)
downloadcpython-bf2dca96fbda4193552a56f7f1258ba5d16f2a60.zip
cpython-bf2dca96fbda4193552a56f7f1258ba5d16f2a60.tar.gz
cpython-bf2dca96fbda4193552a56f7f1258ba5d16f2a60.tar.bz2
English spelling and grammar fixes
Diffstat (limited to 'Lib/SimpleXMLRPCServer.py')
-rw-r--r--Lib/SimpleXMLRPCServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py
index fcc3d2e..5324e92 100644
--- a/Lib/SimpleXMLRPCServer.py
+++ b/Lib/SimpleXMLRPCServer.py
@@ -188,7 +188,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