From f18b2264929c56360c868d7ad77508035d751352 Mon Sep 17 00:00:00 2001 From: Michael Kashirin <88917554+mkashirin@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:05:19 +0300 Subject: [PATCH] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (#127203) 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 7db2f4820f34..2a59cf3f62d4 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1195,7 +1195,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`. -- 2.47.3