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 cab198f commit 5b1fad3Copy full SHA for 5b1fad3
Doc/reference/compound_stmts.rst
@@ -157,7 +157,7 @@ The :keyword:`for` statement is used to iterate over the elements of a sequence
157
for_stmt: "for" `target_list` "in" `starred_expression_list` ":" `suite`
158
: ["else" ":" `suite`]
159
160
-The `starred_expression_list` expression is evaluated once; it should
+The ``starred_expression_list`` expression is evaluated once; it should
161
yield an :term:`iterable` object. An :term:`iterator` is created for that iterable.
162
The first item provided
163
by the iterator is then assigned to the target list using the standard
0 commit comments