From 68f6b828179fb86226b3b77122538b30baeaf310 2020-09-24 15:18:12 From: Albert Zhang Date: 2020-09-24 15:18:12 Subject: [PATCH] Small typo in pylab deprecation message --- diff --git a/IPython/core/magics/pylab.py b/IPython/core/magics/pylab.py index 0e9688e..9a46442 100644 --- a/IPython/core/magics/pylab.py +++ b/IPython/core/magics/pylab.py @@ -155,7 +155,7 @@ class PylabMagics(Magics): gui, backend, clobbered = self.shell.enable_pylab(args.gui, import_all=import_all) self._show_matplotlib_backend(args.gui, backend) print( - "%pylab is deprecated, use %matpltolib inline and import the required libraries." + "%pylab is deprecated, use %matplotlib inline and import the required libraries." ) print("Populating the interactive namespace from numpy and matplotlib") if clobbered: