We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77fa60 commit c9dbd8cCopy full SHA for c9dbd8c
1 file changed
Doc/whatsnew/3.15.rst
@@ -725,7 +725,7 @@ calendar
725
code
726
----
727
728
-* The :meth:`InteractiveConsole.interact` method and the :func:`code.interact`
+* The :meth:`code.InteractiveConsole.interact` method and the :func:`code.interact`
729
function now support a *use_pyrepl* parameter to control whether to use the
730
pyrepl-based REPL. By default, *use_pyrepl* is ``False``, using the basic
731
readline-based REPL. When set to ``True``, pyrepl is used if available.
0 commit comments