Skip to content

Commit

Permalink
[3.12] Fix reference in code.rs (#117615) (#117628)
Browse files Browse the repository at this point in the history
Co-authored-by: Anita Hammer <166057949+anitahammer@users.noreply.github.com>
Fix reference in code.rst (#117615)
  • Loading branch information
AlexWaygood committed Apr 8, 2024
1 parent 7374d65 commit 3734bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/code.rst
Expand Up @@ -36,7 +36,7 @@ build applications which provide an interactive interpreter prompt.
instance of :class:`InteractiveConsole` and sets *readfunc* to be used as
the :meth:`InteractiveConsole.raw_input` method, if provided. If *local* is
provided, it is passed to the :class:`InteractiveConsole` constructor for
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`
method of the instance is then run with *banner* and *exitmsg* passed as the
banner and exit message to use, if provided. The console object is discarded
after use.
Expand Down

0 comments on commit 3734bee

Please sign in to comment.