[3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203) (#129152)

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 f18b226492)

Co-authored-by: Michael Kashirin <88917554+mkashirin@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-01-23 22:17:11 +01:00 committed by GitHub
parent 75ec6caa48
commit 6a261a02a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1197,7 +1197,7 @@ conflict.
.. 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`.