]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jan 2025 21:17:11 +0000 (22:17 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 21:17:11 +0000 (22:17 +0100)
gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203)

Fix a misleading statement in PYTHON_BASIC_REPL documentation.
(cherry picked from commit f18b2264929c56360c868d7ad77508035d751352)

Co-authored-by: Michael Kashirin <88917554+mkashirin@users.noreply.github.com>
Doc/using/cmdline.rst

index 8f54a0fdebe1d31f81a15e0d230df3dd45585e40..797ba29ad5476c3c932148fe293a1c57d2c9a020 100644 (file)
@@ -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`.