From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 18 Sep 2019 10:36:15 +0000 (-0700) Subject: bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) X-Git-Tag: v3.8.0rc1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a2f68776a77c782c0abf40dc9e3fb687787e730;p=thirdparty%2FPython%2Fcpython.git bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234) 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 b57481318e3e3cbacd398b898f9849ec8f2d7eec) Co-authored-by: Diego Alberto Barriga Martínez --- diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 3730a215d748..7dfd33af2588 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -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: