From 9c03d28b60b5c7fca753fda86565407f0a0f745e 2019-04-08 07:08:50 From: Sebastian Witowski Date: 2019-04-08 07:08:50 Subject: [PATCH] Update StoreMagic docstring on how to remove an alias --- diff --git a/IPython/extensions/storemagic.py b/IPython/extensions/storemagic.py index f2e5931..dae325a 100644 --- a/IPython/extensions/storemagic.py +++ b/IPython/extensions/storemagic.py @@ -112,6 +112,7 @@ class StoreMagics(Magics): python types can be safely %store'd. Also aliases can be %store'd across sessions. + To remove an alias from the storage, use the %unalias magic. """ opts,argsl = self.parse_options(parameter_s,'drz',mode='string')