From 5577a476295146641fbd6f8c992d374b905dc1bc 2022-10-19 13:40:29 From: Matthias Bussonnier Date: 2022-10-19 13:40:29 Subject: [PATCH] Merge pull request #13790 from jcollins1983/typo_fix Typo fix in reset method docstring in namespace.py --- 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