From: Neal Norwitz Date: Thu, 10 Apr 2003 21:51:29 +0000 (+0000) Subject: Add a space after expression to be consistent X-Git-Tag: v2.3c1~1227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e;p=thirdparty%2FPython%2Fcpython.git Add a space after expression to be consistent --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index c0212d03e123..7431d0499760 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}