From c55d9f377ace99334c187e3786853200658b58e4 2024-01-29 05:38:11 From: Paul Ivanov Date: 2024-01-29 05:38:11 Subject: [PATCH] lint --- diff --git a/IPython/core/extensions.py b/IPython/core/extensions.py index 14ddc13..27c6a41 100644 --- a/IPython/core/extensions.py +++ b/IPython/core/extensions.py @@ -35,7 +35,7 @@ class ExtensionManager(Configurable): the only argument. You can do anything you want with IPython at that point, including defining new magic and aliases, adding new components, etc. - + You can also optionally define an :func:`unload_ipython_extension(ipython)` function, which will be called if the user unloads or reloads the extension. The extension manager will only call :func:`load_ipython_extension` again