gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203)
Fix a misleading statement in PYTHON_BASIC_REPL documentation.
(cherry picked from commit
f18b2264929c56360c868d7ad77508035d751352)
Co-authored-by: Michael Kashirin <88917554+mkashirin@users.noreply.github.com>
.. envvar:: PYTHON_BASIC_REPL
- If this variable is set to ``1``, the interpreter will not attempt to
+ If this variable is set to any value, the interpreter will not attempt to
load the Python-based :term:`REPL` that requires :mod:`curses` and
:mod:`readline`, and will instead use the traditional parser-based
:term:`REPL`.