Skip to content

Commit 9967ec9

Browse files
committed
star_expressions
1 parent 1152b1b commit 9967ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ by the iterator. When the iterator is exhausted, the suite in the :keyword:`!els
165165
if present, is executed, and the loop terminates.
166166

167167
As of Python 3.11, unpacking with starred expressions (e.g., ``*x``) is supported
168-
in the iterable expression. This follows the same rules as :token:`starred_expression_list` in the grammar.
168+
in the iterable expression.
169169

170170
.. index::
171171
pair: statement; break

0 commit comments

Comments
 (0)