]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Use SyntaxError invalid range in tutorial introduction example (GH-93031)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Sep 2022 09:12:55 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2022 09:12:55 +0000 (10:12 +0100)
commitba52d014370afa7ba81999dfba200177f11b6d33
tree29b15617c3345f4db5b1e7bd984d4f862c68c7a9
parent0688f110a660999828a544bfb7cef263cdd41d62
[3.10] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97667)

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.

Co-authored-by: Eddie Hebert <eddie@eddiehebert.com>
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]