Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com

This commit is contained in:
Brian Curtin 2014-02-08 18:36:14 -06:00
parent 87bf2772be
commit a1afeec9aa
4 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ Here is a more detailed list of the package contents:
* concrete support for TCP, UDP, SSL, subprocess pipes, delayed calls, and
others (some may be system-dependent);
* a :class:`Future` class that mimicks the one in the :mod:`concurrent.futures`
* a :class:`Future` class that mimics the one in the :mod:`concurrent.futures`
module, but adapted for use with the event loop;
* coroutines and tasks based on ``yield from`` (:PEP:`380`), to help write