Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c365d51

Browse files
committed
Typo Manger -> Manager
1 parent ef1c5e7 commit c365d51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/core/magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class MagicsManager(Configurable):
311311
312312
For example::
313313
314-
c.MagicsManger.lazy_magics = {
314+
c.MagicsManager.lazy_magics = {
315315
"my_magic": "slow.to.import",
316316
"my_other_magic": "also.slow",
317317
}

docs/source/whatsnew/version7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ability to configure magics to be lazily loaded has been added to IPython.
1717
See the ``ipython --help-all`` section on ``MagicsManager.lazy_magic``.
1818
One can now use::
1919

20-
c.MagicsManger.lazy_magics = {
20+
c.MagicsManager.lazy_magics = {
2121
"my_magic": "slow.to.import",
2222
"my_other_magic": "also.slow",
2323
}

0 commit comments

Comments
 (0)