summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-04 22:59:12 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-04 22:59:12 +0100
commitf007f8551768f323585076e81851a83f4a60036b (patch)
tree02c9d496d9d1c0b314311a1015a6e1d2da72e592 /tests
parent66cb3be4fe21708525f2ee702ab2ffe3ca032e56 (diff)
downloadtrollius-f007f8551768f323585076e81851a83f4a60036b.tar.gz
Removed duplicated words in in comments and docs. Patch written by Serhiy
Storchaka.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_windows_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_windows_events.py b/tests/test_windows_events.py
index 85d9669..b4d9398 100644
--- a/tests/test_windows_events.py
+++ b/tests/test_windows_events.py
@@ -105,7 +105,7 @@ class ProactorTests(test_utils.TestCase):
_overlapped.SetEvent(event)
- # Wait for for set event;
+ # Wait for set event;
# result should be True immediately
fut = self.loop._proactor.wait_for_handle(event, 10)
start = self.loop.time()