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

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