From fc3b5250f23e7b0d0b59dfe841b16238b848852a Mon Sep 17 00:00:00 2001 From: Zach Rottman <106707235+zrottman@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:27:02 -0800 Subject: [PATCH] Fix typos in docs --- docs/source/config/extensions/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/config/extensions/index.rst b/docs/source/config/extensions/index.rst index 4b0a2222a8b..b3653f51905 100644 --- a/docs/source/config/extensions/index.rst +++ b/docs/source/config/extensions/index.rst @@ -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`,