https://github.com/python/cpython/commit/f18b2264929c56360c868d7ad77508035d751352
commit: f18b2264929c56360c868d7ad77508035d751352
branch: main
author: Michael Kashirin <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-01-21T20:05:19Z
summary:

gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation 
(#127203)

Fix a misleading statement in PYTHON_BASIC_REPL documentation.

files:
M Doc/using/cmdline.rst

diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 7db2f4820f346a..2a59cf3f62d4c5 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`.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to