commit | ba52d014370afa7ba81999dfba200177f11b6d33 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 30 02:12:55 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 30 10:12:55 2022 +0100 |
tree | 29b15617c3345f4db5b1e7bd984d4f862c68c7a9 | |
parent | 0688f110a660999828a544bfb7cef263cdd41d62 [diff] |
[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>