##// END OF EJS Templates
Typo Manger -> Manager
Matthias Bussonnier -
Show More
@@ -311,7 +311,7 b' class MagicsManager(Configurable):'
311
311
312 For example::
312 For example::
313
313
314 c.MagicsManger.lazy_magics = {
314 c.MagicsManager.lazy_magics = {
315 "my_magic": "slow.to.import",
315 "my_magic": "slow.to.import",
316 "my_other_magic": "also.slow",
316 "my_other_magic": "also.slow",
317 }
317 }
@@ -17,7 +17,7 b' The ability to configure magics to be lazily loaded has been added to IPython.'
17 See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
17 See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
18 One can now use::
18 One can now use::
19
19
20 c.MagicsManger.lazy_magics = {
20 c.MagicsManager.lazy_magics = {
21 "my_magic": "slow.to.import",
21 "my_magic": "slow.to.import",
22 "my_other_magic": "also.slow",
22 "my_other_magic": "also.slow",
23 }
23 }
General Comments 0
You need to be logged in to leave comments. Login now