mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
ba52d01437
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>