From b57481318e3e3cbacd398b898f9849ec8f2d7eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alberto=20Barriga=20Mart=C3=ADnez?= Date: Tue, 17 Sep 2019 11:57:55 -0500 Subject: 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 --- Doc/tutorial/controlflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 3730a21..7dfd33a 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: -- cgit v0.12