Skip to content

Commit 098302e

Browse files
author
Michael Kashirin
committed
Fix a misleading statement in PYTHON_BASIC_REPL documentation.
1 parent cc813e1 commit 098302e

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
@@ -1203,7 +1203,7 @@ conflict.
12031203

12041204
.. envvar:: PYTHON_BASIC_REPL
12051205

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

0 commit comments

Comments
 (0)