diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8f54a0fdebe1d3..797ba29ad5476c 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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`.