Commit c47c8ba2 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Eric V. Smith

bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)

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 b5748131)
Co-authored-by: default avatarDiego Alberto Barriga Martínez <diegobarriga@protonmail.com>
parent be257bca
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
More Control Flow Tools More Control Flow Tools
*********************** ***********************
Besides the :keyword:`while` statement just introduced, Python knows the usual Besides the :keyword:`while` statement just introduced, Python uses the usual
control flow statements known from other languages, with some twists. flow control statements known from other languages, with some twists.
.. _tut-if: .. _tut-if:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment