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

Fix grammar and use "coroutine" instead of "async def function" in compound_stmts.rst #9864

Merged
merged 1 commit into from
Oct 14, 2018

Conversation

andresdelfino
Copy link
Contributor

No description provided.

@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Oct 14, 2018
@andresdelfino andresdelfino changed the title Fi grammar and use "coroutine" instead of "async def function" in compound_stmts.rst Fix grammar and use "coroutine" instead of "async def function" in compound_stmts.rst Oct 14, 2018
@bedevere-bot
Copy link

@asvetlov: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Thanks @andresdelfino for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 14, 2018
(cherry picked from commit c8bb467)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
@bedevere-bot
Copy link

GH-9869 is a backport of this pull request to the 3.7 branch.

asvetlov pushed a commit that referenced this pull request Oct 14, 2018
(cherry picked from commit c8bb467)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
@andresdelfino andresdelfino deleted the patch-6 branch October 26, 2018 15:17
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 28, 2018
Fix a bug I introduced in pythonGH-9864 by which coroutines are treated as synonymous of function coroutines.

Also, fix the same mistake (coroutines == function coroutines) already present in other parts of the reference.

I'm very sorry for the hassle.
(cherry picked from commit 95f68b1)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
miss-islington pushed a commit that referenced this pull request Oct 28, 2018
Fix a bug I introduced in #9864 by which coroutines are treated as synonymous of function coroutines.

Also, fix the same mistake (coroutines == function coroutines) already present in other parts of the reference.

I'm very sorry for the hassle.
miss-islington added a commit that referenced this pull request Oct 28, 2018
Fix a bug I introduced in GH-9864 by which coroutines are treated as synonymous of function coroutines.

Also, fix the same mistake (coroutines == function coroutines) already present in other parts of the reference.

I'm very sorry for the hassle.
(cherry picked from commit 95f68b1)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
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 issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants