summaryrefslogtreecommitdiff
path: root/asyncio
diff options
context:
space:
mode:
Diffstat (limited to 'asyncio')
-rw-r--r--asyncio/windows_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asyncio/windows_events.py b/asyncio/windows_events.py
index 6763f0b..0773d06 100644
--- a/asyncio/windows_events.py
+++ b/asyncio/windows_events.py
@@ -402,7 +402,7 @@ class IocpProactor:
ov.getresult()
return pipe
- # FIXME: Tulip issue 196: why to we neeed register=False?
+ # FIXME: Tulip issue 196: why do we need register=False?
# See also the comment in the _register() method
return self._register(ov, pipe, finish_accept_pipe,
register=False)