]> granicus.if.org Git - python/commitdiff
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16234)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Sep 2019 10:36:15 +0000 (03:36 -0700)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 18 Sep 2019 10:36:15 +0000 (06:36 -0400)
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 <diegobarriga@protonmail.com>
Doc/tutorial/controlflow.rst

index 3730a215d748b32288886334590d3b418f2a55c8..7dfd33af258867c5f853f64acc4f58186e26852b 100644 (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: