Add a space after expression to be consistent
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 @@
              {"[" [\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}