From 023f0d47cc056c732103c26289c4e76afaa61f5c 2012-09-16 15:55:31 From: Takafumi Arakaki Date: 2012-09-16 15:55:31 Subject: [PATCH] Fix help string of -g option for %history --- diff --git a/IPython/core/magics/history.py b/IPython/core/magics/history.py index 8938649..1357db5 100644 --- a/IPython/core/magics/history.py +++ b/IPython/core/magics/history.py @@ -80,7 +80,7 @@ class HistoryMagics(Magics): @argument( '-g', dest='pattern', nargs='*', default=None, help=""" - treat the arg as a pattern to grep for in (full) history. + treat the arg as a glob pattern to search for in (full) history. This includes the saved history (almost all commands ever written). The pattern may contain '?' to match one unknown character and '*' to match any number of unknown characters. Use '%%hist -g' to show