Skip to content

bpo-33649: A copy-editing pass on asyncio documentation#9376

Merged
1st1 merged 4 commits intopython:masterfrom
elprans:asyncio-docs
Sep 17, 2018
Merged

bpo-33649: A copy-editing pass on asyncio documentation#9376
1st1 merged 4 commits intopython:masterfrom
elprans:asyncio-docs

Conversation

@elprans
Copy link
Copy Markdown
Contributor

@elprans elprans commented Sep 17, 2018

Comment thread 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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couroutines -> coroutines

Comment thread 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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

watemark -> watermark

Comment thread 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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asyncion -> asyncio

Comment thread 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,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was -> is ?

@1st1 1st1 merged commit 1fa2ec4 into python:master Sep 17, 2018
@1st1
Copy link
Copy Markdown
Member

1st1 commented Sep 17, 2018

Thanks so much, Elvis!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants