From 4908c96988a35e6ea3079562c33b7d3ad1cb5e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alberto=20Barriga=20Mart=C3=ADnez?= Date: Sun, 15 Sep 2019 17:00:21 -0500 Subject: [PATCH 1/3] bpo-37904: Edition on python tutorial - section 4 A little change on first paragraph of python tutorial to be more clearly --- 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 b7e003c550188a2..8ac5c6b758dbfa5 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 use the usual +flow control statements known from other languages, with some twists. .. _tut-if: From 7cb89fd78d55c10bf029d092c59f26239cdc1e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alberto=20Barriga=20Mart=C3=ADnez?= Date: Sun, 15 Sep 2019 17:54:14 -0500 Subject: [PATCH 2/3] bpo-37904: Hotfix 'use' to 'uses' --- Doc/tutorial/controlflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index 8ac5c6b758dbfa5..c4537a92893aff8 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -4,7 +4,7 @@ More Control Flow Tools *********************** -Besides the :keyword:`while` statement just introduced, Python use the usual +Besides the :keyword:`while` statement just introduced, Python uses the usual flow control statements known from other languages, with some twists. From 4e467940c8bbe48c5eac70b2a26c2866cd8fb70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alberto=20Barriga=20Mart=C3=ADnez?= Date: Tue, 17 Sep 2019 10:39:48 -0500 Subject: [PATCH 3/3] bpo-37904: hotfix remove white space --- Doc/tutorial/controlflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index c4537a92893aff8..4254a93b292f3eb 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -4,7 +4,7 @@ More Control Flow Tools *********************** -Besides the :keyword:`while` statement just introduced, Python uses the usual +Besides the :keyword:`while` statement just introduced, Python uses the usual flow control statements known from other languages, with some twists.