From 4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 10 Apr 2003 21:51:29 +0000 Subject: Add a space after expression to be consistent --- Doc/ref/ref5.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index c0212d0..7431d04 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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} -- cgit v0.12