Skip to content

Commit f18b226

Browse files
authored
gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (#127203)
Fix a misleading statement in PYTHON_BASIC_REPL documentation.
1 parent 6105846 commit f18b226

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
@@ -1195,7 +1195,7 @@ conflict.
11951195

11961196
.. envvar:: PYTHON_BASIC_REPL
11971197

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

0 commit comments

Comments
 (0)