Kaydet (Commit) d3415791 authored tarafından Fred Drake's avatar Fred Drake

Fix error made in applying Thomas's patch.

üst a1e214a1
...@@ -153,7 +153,7 @@ square brackets: ...@@ -153,7 +153,7 @@ square brackets:
\begin{verbatim} \begin{verbatim}
list_display: "[" [listmaker] "]" list_display: "[" [listmaker] "]"
listmaker: expression_list ( list_iter | ( "," expression)* [","] ) listmaker: expression ( list_iter | ( "," expression)* [","] )
list_iter: list_for | list_if list_iter: list_for | list_if
list_for: "for" expression_list "in" testlist [list_iter] list_for: "for" expression_list "in" testlist [list_iter]
list_if: "if" test [list_iter] list_if: "if" test [list_iter]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment