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 7374d65 commit 3734beeCopy full SHA for 3734bee
Doc/library/code.rst
@@ -36,7 +36,7 @@ build applications which provide an interactive interpreter prompt.
36
instance of :class:`InteractiveConsole` and sets *readfunc* to be used as
37
the :meth:`InteractiveConsole.raw_input` method, if provided. If *local* is
38
provided, it is passed to the :class:`InteractiveConsole` constructor for
39
- use as the default namespace for the interpreter loop. The :meth:`interact`
+ use as the default namespace for the interpreter loop. The :meth:`~InteractiveConsole.interact`
40
method of the instance is then run with *banner* and *exitmsg* passed as the
41
banner and exit message to use, if provided. The console object is discarded
42
after use.
0 commit comments