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 1a7986e commit 01bc61aCopy full SHA for 01bc61a
1 file changed
IPython/core/splitinput.py
@@ -141,7 +141,7 @@ def ofind(self, ip) -> OInfo:
141
Use ``shell._ofind(line_info.ifun)`` directly instead.
142
"""
143
warnings.warn(
144
- "LineInfo.ofind() is deprecated since IPython 9.8. "
+ "LineInfo.ofind() is deprecated since IPython 9.9. "
145
"Use shell._ofind(line_info.ifun) directly instead.",
146
DeprecationWarning,
147
stacklevel=2,
0 commit comments