diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 52f51ca..d14d5ea 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -441,7 +441,7 @@ class TerminalInteractiveShell(InteractiveShell): "match_filter": Unicode(), "new_keys": List(Unicode()), "new_filter": Unicode(), - "create": Bool(default=False), + "create": Bool(False), }, ), help="""Add, disable or modifying shortcuts.