Skip to content

Commit

Permalink
Fix error made in applying Thomas's patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Aug 15, 2000
1 parent a1e214a commit d341579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/ref/ref5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ \subsection{List displays\label{lists}}

\begin{verbatim}
list_display: "[" [listmaker] "]"
listmaker: expression_list ( list_iter | ( "," expression)* [","] )
listmaker: expression ( list_iter | ( "," expression)* [","] )
list_iter: list_for | list_if
list_for: "for" expression_list "in" testlist [list_iter]
list_if: "if" test [list_iter]
Expand Down

0 comments on commit d341579

Please sign in to comment.