Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrottman authored Feb 27, 2023
1 parent 75ecfe9 commit fc3b525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/config/extensions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ imported, and the currently active :class:`~IPython.core.interactiveshell.Intera
instance is passed as the only argument. You can do anything you want with
IPython at that point.

:func:`load_ipython_extension` will not be called again if the user use
`%load_extension`. The user have to explicitly ask the extension to be
reloaded (with `%reload_extension`). In case where the use ask the extension to
be reloaded, , the extension will be unloaded (with
:func:`load_ipython_extension` will not be called again if the users use
`%load_extension`. The user has to explicitly ask the extension to be
reloaded (with `%reload_extension`). In cases where the user asks the extension to
be reloaded, the extension will be unloaded (with
`unload_ipython_extension`), and loaded again.

Useful :class:`InteractiveShell` methods include :meth:`~IPython.core.interactiveshell.InteractiveShell.register_magic_function`,
Expand Down

0 comments on commit fc3b525

Please sign in to comment.