From 4a2240fb440c497e9e195d9ff43d96973b7ae33f 2019-09-19 13:48:04 From: Min RK Date: 2019-09-19 13:48:04 Subject: [PATCH] Merge pull request #11890 from mfh92/master typo fix --- diff --git a/IPython/core/magics/basic.py b/IPython/core/magics/basic.py index 3721cbc..906d3d5 100644 --- a/IPython/core/magics/basic.py +++ b/IPython/core/magics/basic.py @@ -124,7 +124,7 @@ class BasicMagics(Magics): In [6]: %whereami Out[6]: u'/home/testuser' - In [7]: %alias_magic h history -p "-l 30" --line + In [7]: %alias_magic h history "-p -l 30" --line Created `%h` as an alias for `%history -l 30`. """