asyncio: Fix spelling and typos.

Thanks to Vajrasky Kok for discovering some of them.
This commit is contained in:
Yury Selivanov 2014-02-18 22:27:48 -05:00
parent 8abac348a9
commit b0b0e628ee
13 changed files with 18 additions and 19 deletions

View file

@ -1,4 +1,4 @@
"""Selector and proactor eventloops for Windows."""
"""Selector and proactor event loops for Windows."""
import _winapi
import errno