Thanks to visit codestin.com Credit goes to github.com
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 ab95e41 commit 9275bb8Copy full SHA for 9275bb8
2 files changed
IPython/terminal/embed.py
@@ -163,7 +163,7 @@ def __init__(self, **kw):
163
164
def init_sys_modules(self):
165
"""
166
- Explicitly overwrite :any:`IPython.core.interactiveshell` to do nothing.
+ Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
167
168
pass
169
IPython/terminal/shortcuts.py
@@ -1,6 +1,6 @@
1
2
Module to define and register Terminal IPython shortcuts with
3
-:any:`prompt_toolkit`
+:mod:`prompt_toolkit`
4
5
6
# Copyright (c) IPython Development Team.
0 commit comments