commit | dec1a45fd1b37d4688fa5846a0d32a2393808fb1 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Tue Feb 18 22:27:48 2014 -0500 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Tue Feb 18 22:27:48 2014 -0500 |
tree | c0affa11a1d58436f2b109e2330bf104ae000afd | |
parent | 74d519fcc685f903a9127987ae53ff75eaf17d73 [diff] [blame] |
asyncio: Fix spelling and typos. Thanks to Vajrasky Kok for discovering some of them.
diff --git a/Lib/asyncio/windows_events.py b/Lib/asyncio/windows_events.py index c667a1c..e6be9d1 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