]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use SyntaxError invalid range in tutorial introduction example (GH-93031)
authorEddie Hebert <eddie@eddiehebert.com>
Fri, 30 Sep 2022 08:59:46 +0000 (04:59 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 08:59:46 +0000 (01:59 -0700)
commit86a3be207dcf3d8f38ad0a85d9ffe3b05b855e1b
tree99a02f011d3558281716753a2088e37d4d394e34
parent83a3de4e0632d90e0d1d5a9b8859a94c9ac25f65
Use SyntaxError invalid range in tutorial introduction example (GH-93031)

Use output from a 3.10+ REPL, showing invalid range, for the
SyntaxError examples in the tutorial introduction page.

Automerge-Triggered-By: GH:iritkatriel
Doc/tutorial/introduction.rst
Misc/NEWS.d/next/Documentation/2022-05-20-18-42-10.gh-issue-93031.c2RdJe.rst [new file with mode: 0644]