Skip to content

Commit e908fce

Browse files
authored
Update compound_stmts.rst
1 parent 7f53e8b commit e908fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ first item provided by the iterator is then assigned to the target list using
163163
the standard rules for assignments (see :ref:`assignment`), and the suite is
164164
executed. This repeats for each item provided by the iterator. When the iterator
165165
is exhausted, the suite in the :keyword:`!else` clause, if present, is
166-
executed,
167-
and the loop terminates.
166+
executed, and the loop terminates.
168167

169168
.. index::
170169
pair: statement; break

0 commit comments

Comments
 (0)