summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-04-10 21:51:29 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-04-10 21:51:29 (GMT)
commit4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e (patch)
treec8756bf37c70df78a04bbf14140acb11676e5e7d /Doc
parent6b3fffaf990c64ecf6fc1df7e29dba17bda9d419 (diff)
downloadcpython-4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e.zip
cpython-4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e.tar.gz
cpython-4efd91713b7de53fdc30f4781b16ebfb7e7c8b9e.tar.bz2
Add a space after expression to be consistent
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref5.tex2
1 files changed, 1 insertions, 1 deletions
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}