diff --git a/IPython/terminal/embed.py b/IPython/terminal/embed.py index 0d0fca9..5ad7043 100644 --- a/IPython/terminal/embed.py +++ b/IPython/terminal/embed.py @@ -165,7 +165,7 @@ class InteractiveShellEmbed(TerminalInteractiveShell): def init_sys_modules(self): """ - Explicitly overwrite :any:`IPython.core.interactiveshell` to do nothing. + Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing. """ pass