##// END OF EJS Templates
Fix typos in docs
Zach Rottman -
Show More
@@ -55,10 +55,10 b' imported, and the currently active :class:`~IPython.core.interactiveshell.Intera'
55 instance is passed as the only argument. You can do anything you want with
55 instance is passed as the only argument. You can do anything you want with
56 IPython at that point.
56 IPython at that point.
57
57
58 :func:`load_ipython_extension` will not be called again if the user use
58 :func:`load_ipython_extension` will not be called again if the users use
59 `%load_extension`. The user have to explicitly ask the extension to be
59 `%load_extension`. The user has to explicitly ask the extension to be
60 reloaded (with `%reload_extension`). In case where the use ask the extension to
60 reloaded (with `%reload_extension`). In cases where the user asks the extension to
61 be reloaded, , the extension will be unloaded (with
61 be reloaded, the extension will be unloaded (with
62 `unload_ipython_extension`), and loaded again.
62 `unload_ipython_extension`), and loaded again.
63
63
64 Useful :class:`InteractiveShell` methods include :meth:`~IPython.core.interactiveshell.InteractiveShell.register_magic_function`,
64 Useful :class:`InteractiveShell` methods include :meth:`~IPython.core.interactiveshell.InteractiveShell.register_magic_function`,
General Comments 0
You need to be logged in to leave comments. Login now