mirror of
https://github.com/python/cpython.git
synced 2026-07-26 03:43:11 -04:00
931cfdf8ed
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.