summaryrefslogtreecommitdiff
path: root/Lib/asyncio/windows_events.py
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-02-18 22:27:48 -0500
committerYury Selivanov <yselivanov@sprymix.com>2014-02-18 22:27:48 -0500
commitdec1a45fd1b37d4688fa5846a0d32a2393808fb1 (patch)
treec0affa11a1d58436f2b109e2330bf104ae000afd /Lib/asyncio/windows_events.py
parent74d519fcc685f903a9127987ae53ff75eaf17d73 (diff)
downloadcpython-git-dec1a45fd1b37d4688fa5846a0d32a2393808fb1.tar.gz
asyncio: Fix spelling and typos.
Thanks to Vajrasky Kok for discovering some of them.
Diffstat (limited to 'Lib/asyncio/windows_events.py')
-rw-r--r--Lib/asyncio/windows_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/windows_events.py b/Lib/asyncio/windows_events.py
index c667a1c319..e6be9d1301 100644
--- a/Lib/asyncio/windows_events.py
+++ b/Lib/asyncio/windows_events.py
@@ -1,4 +1,4 @@
-"""Selector and proactor eventloops for Windows."""
+"""Selector and proactor event loops for Windows."""
import _winapi
import errno