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.
break
1 parent e613e6a commit 36fc896Copy full SHA for 36fc896
Doc/tutorial/controlflow.rst
@@ -157,7 +157,7 @@ Later we will see more functions that return iterables and take iterables as arg
157
:keyword:`break` and :keyword:`continue` Statements, and :keyword:`else` Clauses on Loops
158
=========================================================================================
159
160
-The :keyword:`break` statement, like in C, breaks out of the smallest enclosing
+The :keyword:`break` statement, like in C, breaks out of the innermost enclosing
161
:keyword:`for` or :keyword:`while` loop.
162
163
Loop statements may have an ``else`` clause; it is executed when the loop
0 commit comments