Skip to content

Commit 6a261a0

Browse files
[3.13] pythongh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (pythonGH-127203) (python#129152)
pythongh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (pythonGH-127203) Fix a misleading statement in PYTHON_BASIC_REPL documentation. (cherry picked from commit f18b226) Co-authored-by: Michael Kashirin <[email protected]>
1 parent 75ec6ca commit 6a261a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ conflict.
11971197

11981198
.. envvar:: PYTHON_BASIC_REPL
11991199

1200-
If this variable is set to ``1``, the interpreter will not attempt to
1200+
If this variable is set to any value, the interpreter will not attempt to
12011201
load the Python-based :term:`REPL` that requires :mod:`curses` and
12021202
:mod:`readline`, and will instead use the traditional parser-based
12031203
:term:`REPL`.

0 commit comments

Comments
 (0)