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

Skip to content

Commit 01bc61a

Browse files
authored
Update IPython/core/splitinput.py
1 parent 1a7986e commit 01bc61a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/splitinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def ofind(self, ip) -> OInfo:
141141
Use ``shell._ofind(line_info.ifun)`` directly instead.
142142
"""
143143
warnings.warn(
144-
"LineInfo.ofind() is deprecated since IPython 9.8. "
144+
"LineInfo.ofind() is deprecated since IPython 9.9. "
145145
"Use shell._ofind(line_info.ifun) directly instead.",
146146
DeprecationWarning,
147147
stacklevel=2,

0 commit comments

Comments
 (0)