]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Aug 2024 18:56:36 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 18:56:36 +0000 (18:56 +0000)
commitfcc7c4ea66f4d21032f37fc9c8d401f0998f3318
tree2d7a0bffb190e0c8c1a686f87518a221aa008531
parent55aede73423a718309bd89741766e01ce8435399
[3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122954)

gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949)

In the REPL, top level comments are followed by a primary, not secondary prompt.
Fix the places in the in the tutorial that use the latter.
(cherry picked from commit be90648fb2de58b148dcc7553a08ca646911baf2)

Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/introduction.rst