-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-33649: A copy-editing pass on asyncio documentation #9376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Doc/library/asyncio-task.rst
Outdated
| return_when=ALL_COMPLETED) | ||
|
|
||
| Wait for a set of Futures to complete. | ||
| Wait for a set of couroutines, Tasks, or Futures to complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couroutines -> coroutines
Doc/library/asyncio-protocol.rst
Outdated
|
|
||
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watemark -> watermark
Doc/library/asyncio-eventloop.rst
Outdated
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asyncion -> asyncio
Doc/library/asyncio-platforms.rst
Outdated
| ================ | ||
|
|
||
| The :mod:`asyncio` module has been designed to be portable, | ||
| The :mod:`asyncio` module was designed to be portable, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was -> is ?
|
Thanks so much, Elvis! |
https://bugs.python.org/issue33649