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 74d519fcc6
commit dec1a45fd1
13 changed files with 18 additions and 19 deletions

View file

@ -80,7 +80,7 @@ class BaseSelector(metaclass=ABCMeta):
A selector can use various implementations (select(), poll(), epoll()...)
depending on the platform. The default `Selector` class uses the most
performant implementation on the current platform.
efficient implementation on the current platform.
"""
@abstractmethod