summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xmlrpc.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
commit56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (patch)
treeaa94b63e1cd81a03b4d96f6b9d29693f02dcc631 /Lib/test/test_xmlrpc.py
parentb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff)
downloadcpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.zip
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.gz
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.bz2
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Lib/test/test_xmlrpc.py')
-rw-r--r--Lib/test/test_xmlrpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xmlrpc.py b/Lib/test/test_xmlrpc.py
index 99b3eda..9194740 100644
--- a/Lib/test/test_xmlrpc.py
+++ b/Lib/test/test_xmlrpc.py
@@ -517,7 +517,7 @@ def is_unavailable_exception(e):
return True
def make_request_and_skipIf(condition, reason):
- # If we skip the test, we have to make a request because the
+ # If we skip the test, we have to make a request because
# the server created in setUp blocks expecting one to come in.
if not condition:
return lambda func: func