Skip to content

Commit 467b4ba

Browse files
committed
docs: readded note label to readline docs
1 parent 5754eb2 commit 467b4ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/readline.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ support history save/restore. ::
394394
def save_history(self, histfile):
395395
readline.set_history_length(1000)
396396
readline.write_history_file(histfile)
397+
.. note::
397398

398-
The new :term:`REPL` introduced in version 3.13 doesn't support readline.
399-
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL`
400-
environment variable.
399+
The new :term:`REPL` introduced in version 3.13 doesn't support readline.
400+
However, readline can still be used by setting the :envvar:`PYTHON_BASIC_REPL`
401+
environment variable.

0 commit comments

Comments
 (0)