bpo-33649: A copy-editing pass on asyncio documentation by elprans · Pull Request #9376 · python/cpython

@elprans

@elprans

1st1

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

1st1


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

@elprans

@elprans

1st1

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

1st1

================

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 ?

@elprans

1st1

1st1 approved these changes Sep 17, 2018

@1st1