Skip to content

Commit

Permalink
[3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL doc…
Browse files Browse the repository at this point in the history
…umentation (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 f18b226)

Co-authored-by: Michael Kashirin <88917554+mkashirin@users.noreply.github.com>
  • Loading branch information
miss-islington and mkashirin authored Jan 23, 2025
1 parent 75ec6ca commit 6a261a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 6a261a0

Please sign in to comment.