[go: nahoru, domu]

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-114104: clarify asynchronous comprehension docs to match runtime behavior #121175

Merged
merged 5 commits into from
Jul 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove trailing whitespace
  • Loading branch information
yangdanny97 committed Jun 30, 2024
commit 4a320579921addf96bd25fd78a68172144cf9644
2 changes: 1 addition & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ clauses, and may also use :keyword:`await` expressions.
If a comprehension contains either :keyword:`!async for` clauses,
:keyword:`!await` expressions anywhere except the leftmost `target_list`,
or other asynchronous comprehensions it is called an :dfn:`asynchronous comprehension`.
An asynchronous comprehension may suspend the execution of the coroutine function
An asynchronous comprehension may suspend the execution of the coroutine function
in which it appears.
See also :pep:`530`.

Expand Down
Loading