Skip to content

Commit c47c8ba

Browse files
miss-islingtonDiego Alberto Barriga Martínez
authored andcommitted
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)
A little change on first paragraph of python tutorial to be more clearly https://bugs.python.org/issue37904 Automerge-Triggered-By: @ericvsmith (cherry picked from commit b574813) Co-authored-by: Diego Alberto Barriga Martínez <[email protected]>
1 parent be257bc commit c47c8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
More Control Flow Tools
55
***********************
66

7-
Besides the :keyword:`while` statement just introduced, Python knows the usual
8-
control flow statements known from other languages, with some twists.
7+
Besides the :keyword:`while` statement just introduced, Python uses the usual
8+
flow control statements known from other languages, with some twists.
99

1010

1111
.. _tut-if:

0 commit comments

Comments
 (0)