mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
This commit is contained in:
parent
c4b695f85e
commit
d08972fdb9
3 changed files with 7 additions and 9 deletions
|
@ -172,7 +172,7 @@ Common syntax elements for comprehensions are:
|
|||
|
||||
.. productionlist::
|
||||
comprehension: `expression` `comp_for`
|
||||
comp_for: [ASYNC] "for" `target_list` "in" `or_test` [`comp_iter`]
|
||||
comp_for: ["async"] "for" `target_list` "in" `or_test` [`comp_iter`]
|
||||
comp_iter: `comp_for` | `comp_if`
|
||||
comp_if: "if" `expression_nocond` [`comp_iter`]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue