Add a space after expression to be consistent

This commit is contained in:
Neal Norwitz 2003-04-10 21:51:29 +00:00
parent 6b3fffaf99
commit 4efd91713b
1 changed files with 1 additions and 1 deletions

View File

@ -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}