Commit 4efd9171 authored by Neal Norwitz's avatar Neal Norwitz

Add a space after expression to be consistent

parent 6b3fffaf
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment