mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
This commit is contained in:
parent
87bf2772be
commit
a1afeec9aa
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue