Skip to content
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

[3.9] bpo-41879: Doc: Fix description of async for statement (GH-23548) #23749

Merged
merged 1 commit into from
Dec 13, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 13, 2020

Fix the wording in the documentation of async for to correctly describe asynchronous iterables. This fix is relevant for version 3.7 onward.
(cherry picked from commit 4b8cdfc)

Co-authored-by: Nick Gaya nicholasgaya+github@gmail.com

https://bugs.python.org/issue41879

Automerge-Triggered-By: GH:aeros

Fix the wording in the documentation of `async for` to correctly describe asynchronous iterables.  This fix is relevant for version 3.7 onward.
(cherry picked from commit 4b8cdfc)

Co-authored-by: Nick Gaya <nicholasgaya+github@gmail.com>
@miss-islington
Copy link
Contributor Author

@nickgaya: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit be9e440 into python:3.9 Dec 13, 2020
@miss-islington miss-islington deleted the backport-4b8cdfc-3.9 branch December 13, 2020 04:24
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.

6 participants