8000 removed mention that C does it the same way · python/cpython@5742c7e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5742c7e

Browse files
committed
removed mention that C does it the same way
Don't assume the reader knows the C language, especially in the tutorial.
1 parent 806d7c9 commit 5742c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ arguments. In chapter :ref:`tut-structures`, we will discuss in more detail abo
163163
:keyword:`!break` and :keyword:`!continue` Statements, and :keyword:`!else` Clauses on Loops
164164
============================================================================================
165165

166-
The :keyword:`break` statement, like in C, breaks out of the innermost enclosing
166+
The :keyword:`break` statement breaks out of the innermost enclosing
167167
:keyword:`for` or :keyword:`while` loop.
168168

169169
Loop statements may have an :keyword:`!else` clause; it is executed when the loop

0 commit comments

Comments
 (0)
0