Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e214a commit d341579Copy full SHA for d341579
1 file changed
Doc/ref/ref5.tex
@@ -153,7 +153,7 @@ \subsection{List displays\label{lists}}
153
154
\begin{verbatim}
155
list_display: "[" [listmaker] "]"
156
-listmaker: expression_list ( list_iter | ( "," expression)* [","] )
+listmaker: expression ( list_iter | ( "," expression)* [","] )
157
list_iter: list_for | list_if
158
list_for: "for" expression_list "in" testlist [list_iter]
159
list_if: "if" test [list_iter]
0 commit comments