##// END OF EJS Templates
DOC: fix typo in deprecation warning (#14521)...
DOC: fix typo in deprecation warning (#14521) I'm sorry about the ridiculous level of triviality here, but just reading the message it wasn't clear at first if I need to import from `IPython` or from `IPython.display` and naturally I went with the wrong one at first. (My line was `from IPython.core.display import display`, so it wasn't obvious at first if the 'display' in the deprecation message was for the function or the module.)

File last commit:

r21637:d1ce07b2
r28863:6c00ceac merge
Show More
other.ipynb
44 lines | 748 B | text/plain | TextLexer

This notebook just defines bar

InĀ [2]:
def bar(x):
    return "bar" * x