]> granicus.if.org Git - python/commit
asyncio: Fix spelling and typos.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 19 Feb 2014 03:27:48 +0000 (22:27 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 19 Feb 2014 03:27:48 +0000 (22:27 -0500)
commitdec1a45fd1b37d4688fa5846a0d32a2393808fb1
treec0affa11a1d58436f2b109e2330bf104ae000afd
parent74d519fcc685f903a9127987ae53ff75eaf17d73
asyncio: Fix spelling and typos.

Thanks to Vajrasky Kok for discovering some of them.
13 files changed:
Lib/asyncio/events.py
Lib/asyncio/protocols.py
Lib/asyncio/selector_events.py
Lib/asyncio/tasks.py
Lib/asyncio/test_utils.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/selectors.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_unix_events.py