diff options
| author | ivasenkov15 <[email protected]> | 2024-01-23 12:12:09 +0300 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-01-24 15:02:04 +0300 |
| commit | fdca1b46d97eaacd40fb002b285099c64be3752c (patch) | |
| tree | deb2fc1ce5b95954b06283783e6d4504bee84bf2 /contrib/python/ipython/py3/IPython/core/magics | |
| parent | 8e1ef6e552adde4b26cda116a183d3889112d238 (diff) | |
fix bank-applications: remove bank-forms usage
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/magics')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/core/magics/basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/magics/basic.py b/contrib/python/ipython/py3/IPython/core/magics/basic.py index 865e760eb18..3ac4049614e 100644 --- a/contrib/python/ipython/py3/IPython/core/magics/basic.py +++ b/contrib/python/ipython/py3/IPython/core/magics/basic.py @@ -124,7 +124,7 @@ class BasicMagics(Magics): In [6]: %whereami Out[6]: '/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`. """ |
