]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
authorDamien <81557462+Damien-Chen@users.noreply.github.com>
Mon, 12 Aug 2024 18:30:08 +0000 (02:30 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 18:30:08 +0000 (14:30 -0400)
commitbe90648fb2de58b148dcc7553a08ca646911baf2
tree93dc0644834689709e51ab4b583840b8363afb09
parent1795d6cebaee07f30804d490fa90e3e516dfed79
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#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.
Doc/tutorial/controlflow.rst
Doc/tutorial/datastructures.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/introduction.rst