]> granicus.if.org Git - python/commitdiff
bpo-37904: Edition on python tutorial - section 4 (GH-16169)
authorDiego Alberto Barriga Martínez <diegobarriga@protonmail.com>
Tue, 17 Sep 2019 16:57:55 +0000 (11:57 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 16:57:55 +0000 (09:57 -0700)
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

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: