From 6c5d9c3e0ac601ba6c57c13ac1069f760fcb1999 2019-09-18 17:43:06 From: mfh92 <48296509+mfh92@users.noreply.github.com> Date: 2019-09-18 17:43:06 Subject: [PATCH] typo fix one double-quote symbol was misplaced. --- 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`. """