diff --git a/IPython/terminal/embed.py b/IPython/terminal/embed.py index 3a0df87..f9c1944 100644 --- a/IPython/terminal/embed.py +++ b/IPython/terminal/embed.py @@ -163,7 +163,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 diff --git a/IPython/terminal/shortcuts.py b/IPython/terminal/shortcuts.py index ce5ee21..22ad111 100644 --- a/IPython/terminal/shortcuts.py +++ b/IPython/terminal/shortcuts.py @@ -1,6 +1,6 @@ """ Module to define and register Terminal IPython shortcuts with -:any:`prompt_toolkit` +:mod:`prompt_toolkit` """ # Copyright (c) IPython Development Team.