bpo-33649: A copy-editing pass on asyncio documentation by elprans · Pull Request #9376 · python/cpython
| return_when=ALL_COMPLETED) | ||
|
|
||
| Wait for a set of Futures to complete. | ||
| Wait for a set of couroutines, Tasks, or Futures to complete. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couroutines -> coroutines
|
|
||
| The defaults are implementation-specific. If only the | ||
| high-water limit is given, the low-water limit defaults to an | ||
| high watemark is given, the low watermark defaults to an |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watemark -> watermark
| to use on **Windows** does not support subprocesses. | ||
| See :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` | ||
| for details. | ||
| The default asyncion event loop on **Windows** does not support |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asyncion -> asyncio
| ================ | ||
|
|
||
| The :mod:`asyncio` module has been designed to be portable, | ||
| The :mod:`asyncio` module was designed to be portable, |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was -> is ?
1st1 approved these changes Sep 17, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters