##// END OF EJS Templates
Fix small typo.
Fernando Perez -
Show More
@@ -2416,7 +2416,7 b' class InteractiveShell(SingletonConfigurable, Magic):'
2416 # Things related to GUI support and pylab
2416 # Things related to GUI support and pylab
2417 #-------------------------------------------------------------------------
2417 #-------------------------------------------------------------------------
2418
2418
2419 def enable_pylab(self, gui=None, inport_all=True):
2419 def enable_pylab(self, gui=None, import_all=True):
2420 raise NotImplementedError('Implement enable_pylab in a subclass')
2420 raise NotImplementedError('Implement enable_pylab in a subclass')
2421
2421
2422 #-------------------------------------------------------------------------
2422 #-------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now