Skip to content

Commit c9dbd8c

Browse files
committed
Doc: fix py:meth reference target not found
1 parent d77fa60 commit c9dbd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ calendar
725725
code
726726
----
727727

728-
* The :meth:`InteractiveConsole.interact` method and the :func:`code.interact`
728+
* The :meth:`code.InteractiveConsole.interact` method and the :func:`code.interact`
729729
function now support a *use_pyrepl* parameter to control whether to use the
730730
pyrepl-based REPL. By default, *use_pyrepl* is ``False``, using the basic
731731
readline-based REPL. When set to ``True``, pyrepl is used if available.

0 commit comments

Comments
 (0)