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 fea98bf commit 5b5002cCopy full SHA for 5b5002c
Doc/tutorial/controlflow.rst
@@ -126,7 +126,7 @@ function, see :ref:`tut-loopidioms`.
126
:keyword:`break` and :keyword:`continue` Statements, and :keyword:`else` Clauses on Loops
127
=========================================================================================
128
129
-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
130
:keyword:`for` or :keyword:`while` loop.
131
132
Loop statements may have an ``else`` clause; it is executed when the loop
0 commit comments