mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add a space after expression to be consistent
This commit is contained in:
parent
6b3fffaf99
commit
4efd91713b
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ square brackets:
|
|||
{"[" [\token{listmaker}] "]"}
|
||||
\production{listmaker}
|
||||
{\token{expression} ( \token{list_for}
|
||||
| ( "," \token{expression})* [","] )}
|
||||
| ( "," \token{expression} )* [","] )}
|
||||
\production{list_iter}
|
||||
{\token{list_for} | \token{list_if}}
|
||||
\production{list_for}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue