commit | 1a620c579db24914fc5368340ad3a4f0353ad319 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 30 02:12:22 2022 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 30 10:12:22 2022 +0100 |
tree | f3c1f3eb6afd0a7403c34d653e0cff32fa63a3d0 | |
parent | 27891e0d7b8cb2ad4823d8bca89a5cb7bd322ba0 [diff] |
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97666) 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>