Skip to content

Commit

Permalink
Fix typos in docs (#13956)
Browse files Browse the repository at this point in the history
Brand new to open source, sure hope this is helpful and that I'm doing
this right.
  • Loading branch information
Carreau committed Feb 28, 2023
2 parents 75ecfe9 + fc3b525 commit 72c4217
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 72c4217

Please sign in to comment.