Add a space after expression to be consistent
This commit is contained in:
parent
6b3fffaf99
commit
4efd91713b
|
@ -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…
Reference in New Issue