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

Skip to content

Commit 4c18aee

Browse files
committed
Merge pull request ipython#8744 from aavanian/nbconvert-shim-fix
Fixes ipython#8743 (warning string)
2 parents a88ad30 + 1a273e4 commit 4c18aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPython/nbconvert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from IPython.utils.shimmodule import ShimModule, ShimWarning
1111

1212
warn("The `IPython.nbconvert` package has been deprecated. "
13-
"You should import from ipython_nbconvert instead.", ShimWarning)
13+
"You should import from nbconvert instead.", ShimWarning)
1414

1515
# Unconditionally insert the shim into sys.modules so that further import calls
1616
# trigger the custom attribute access above

0 commit comments

Comments
 (0)