From 1dca7fe12fb98a79256d6eb8212ec400eaa240b9 2022-10-17 20:34:44 From: jcollins1983 Date: 2022-10-17 20:34:44 Subject: [PATCH] Update namespace.py Correct unattended to unintended in reset method docstring. --- diff --git a/IPython/core/magics/namespace.py b/IPython/core/magics/namespace.py index c86d3de..5da8f71 100644 --- a/IPython/core/magics/namespace.py +++ b/IPython/core/magics/namespace.py @@ -492,7 +492,7 @@ class NamespaceMagics(Magics): --aggressive Try to aggressively remove modules from sys.modules ; this may allow you to reimport Python modules that have been updated and - pick up changes, but can have unattended consequences. + pick up changes, but can have unintended consequences. in reset input history