Removed duplicated words in in comments and docs.

This commit is contained in:
Serhiy Storchaka 2014-12-01 18:28:43 +02:00
parent b491e0521f
commit 56a6d855e2
16 changed files with 19 additions and 19 deletions

View file

@ -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