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.
2 parents 6b34d35 + 4b3870e commit f03fa54Copy full SHA for f03fa54
1 file changed
IPython/core/displayhook.py
@@ -45,7 +45,7 @@ def __init__(self, shell=None, cache_size=1000, **kwargs):
45
self.do_full_cache = 0
46
cache_size = 0
47
warn('caching was disabled (min value for cache size is %s).' %
48
- cache_size_min,level=3)
+ cache_size_min,stacklevel=3)
49
else:
50
self.do_full_cache = 1
51
0 commit comments