commit | 204bf0b9aecd221c33f3e0909f261411783acf1b | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Mon Jul 11 07:51:37 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Mon Jul 11 07:51:37 2016 +0000 |
tree | 53640723738b9ed6b5c99010d8a88d328766c66e | |
parent | 0ca0edee336a98f209ed79e640a9dc80620a29bd [diff] [blame] |
English spelling and grammar fixes
diff --git a/Lib/xmlrpc/server.py b/Lib/xmlrpc/server.py index 5b5bf7c..7817693 100644 --- a/Lib/xmlrpc/server.py +++ b/Lib/xmlrpc/server.py
@@ -184,7 +184,7 @@ 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