mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
commit
83000a490a
16 changed files with 19 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ import unittest
|
|||
PORT = None
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue