mirror of https://github.com/python/cpython
expr_list -> expression_list
This commit is contained in:
parent
7710f1f00c
commit
a95a1405a8
|
@ -676,8 +676,8 @@ contain statements.
|
|||
\indexii{condition}{list}
|
||||
|
||||
\begin{verbatim}
|
||||
expr_list: or_expr ("," or_expr)* [","]
|
||||
cond_list: condition ("," condition)* [","]
|
||||
expression_list: or_expr ("," or_expr)* [","]
|
||||
condintion_list: condition ("," condition)* [","]
|
||||
\end{verbatim}
|
||||
|
||||
The only difference between expression lists and condition lists is
|
||||
|
|
|
@ -676,8 +676,8 @@ contain statements.
|
|||
\indexii{condition}{list}
|
||||
|
||||
\begin{verbatim}
|
||||
expr_list: or_expr ("," or_expr)* [","]
|
||||
cond_list: condition ("," condition)* [","]
|
||||
expression_list: or_expr ("," or_expr)* [","]
|
||||
condintion_list: condition ("," condition)* [","]
|
||||
\end{verbatim}
|
||||
|
||||
The only difference between expression lists and condition lists is
|
||||
|
|
Loading…
Reference in New Issue