##// END OF EJS Templates
Fix typo
Thomas Kluyver -
Show More
@@ -538,7 +538,7 b' class Magics(Configurable):'
538 538 else:
539 539 # it's the real thing
540 540 tab[magic_name] = meth_name
541 # Configurable **need** to be initiated at the end or the config
541 # Configurable **needs** to be initiated at the end or the config
542 542 # magics get screwed up.
543 543 super(Magics, self).__init__(**kwargs)
544 544
General Comments 0
You need to be logged in to leave comments. Login now