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 375425a commit fd36790Copy full SHA for fd36790
Doc/library/code.rst
@@ -41,7 +41,7 @@ build applications which provide an interactive interpreter prompt.
41
the :meth:`InteractiveConsole.raw_input` method, if provided. If *local* is
42
provided, it is passed to the :class:`InteractiveConsole` constructor for
43
use as the default namespace for the interpreter loop. If *local_exit* is provided,
44
- it is passed to the :class:`InteractiveConsole` constructor. The :meth:`interact`
+ it is passed to the :class:`InteractiveConsole` constructor. The :meth:`~InteractiveConsole.interact`
45
method of the instance is then run with *banner* and *exitmsg* passed as the
46
banner and exit message to use, if provided. The console object is discarded
47
after use.
0 commit comments