]> granicus.if.org Git - python/commitdiff
Add a space after expression to be consistent
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2003 21:51:29 +0000 (21:51 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 10 Apr 2003 21:51:29 +0000 (21:51 +0000)
Doc/ref/ref5.tex

index c0212d03e1239f415653eeed525675a1b7dbfaf7..7431d049976067ee432bd91efe1dbecd54ee8216 100644 (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}