From 098302ecc02d42f24cae0e502845c2f8c684c832 Mon Sep 17 00:00:00 2001 From: Michael Kashirin Date: Sat, 23 Nov 2024 22:55:39 +0300 Subject: [PATCH] Fix a misleading statement in PYTHON_BASIC_REPL documentation. --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 6cf42b27718022..96667c916f221a 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1203,7 +1203,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`.