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 b57481318e)

Co-authored-by: Diego Alberto Barriga Martínez <diegobarriga@protonmail.com>
This commit is contained in:
Miss Islington (bot) 2019-09-18 03:36:57 -07:00 committed by Eric V. Smith
parent be257bcad1
commit c47c8ba296
1 changed files with 2 additions and 2 deletions

View File

@ -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: