Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9275bb8

Browse files
committed
Fix a couple of rst roles causing Sphinx warnings
1 parent ab95e41 commit 9275bb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/terminal/embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def __init__(self, **kw):
163163

164164
def init_sys_modules(self):
165165
"""
166-
Explicitly overwrite :any:`IPython.core.interactiveshell` to do nothing.
166+
Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
167167
"""
168168
pass
169169

IPython/terminal/shortcuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Module to define and register Terminal IPython shortcuts with
3-
:any:`prompt_toolkit`
3+
:mod:`prompt_toolkit`
44
"""
55

66
# Copyright (c) IPython Development Team.

0 commit comments

Comments
 (0)