mirror of
https://github.com/python/cpython.git
synced 2026-07-30 13:46:45 -04:00
The tutorial stated users must manually type tabs/spaces at the interactive prompt, which is no longer accurate since the PyREPL in Python 3.13+ auto-indents after compound statement headers. Updated to mention both the default REPL behavior and the basic REPL fallback.