Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4efd917

Browse files
committed
Add a space after expression to be consistent
1 parent 6b3fffa commit 4efd917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ \subsection{List displays\label{lists}}
157157
{"[" [\token{listmaker}] "]"}
158158
\production{listmaker}
159159
{\token{expression} ( \token{list_for}
160-
| ( "," \token{expression})* [","] )}
160+
| ( "," \token{expression} )* [","] )}
161161
\production{list_iter}
162162
{\token{list_for} | \token{list_if}}
163163
\production{list_for}

0 commit comments

Comments
 (0)