Skip to content

Commit a6a14e5

Browse files
committed
doc: rephrased readline support documentation as per feedback
Signed-off-by: Kuang Yu Heng <[email protected]>
1 parent 123498f commit a6a14e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/readline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.. sectionauthor:: Skip Montanaro <[email protected]>
99

1010
.. note::
11-
The Python REPL after version 3.13 no longer supports readline as per :gh:`118840`.
12-
However, readline can still be used if the :envvar:`PYTHON_BASIC_REPL` environment variable is set.
11+
The new REPL introduced in version 3.13 no longer supports readline.
12+
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL` environment variable.
1313

1414
--------------
1515

0 commit comments

Comments
 (0)