mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-37904: Edition on python tutorial - section 4 (GH-16169)
A little change on first paragraph of python tutorial to be more clearly https://bugs.python.org/issue37904 Automerge-Triggered-By: @ericvsmith
This commit is contained in:
parent
6fbc924696
commit
b57481318e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
More Control Flow Tools
|
||||
***********************
|
||||
|
||||
Besides the :keyword:`while` statement just introduced, Python knows the usual
|
||||
control flow statements known from other languages, with some twists.
|
||||
Besides the :keyword:`while` statement just introduced, Python uses the usual
|
||||
flow control statements known from other languages, with some twists.
|
||||
|
||||
|
||||
.. _tut-if:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue