diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index a9031a7..d924fa9 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -2592,8 +2592,6 @@ class InteractiveShell(SingletonConfigurable, Magic): ---------- code_obj : code object A compiled code object, to be executed - post_execute : bool [default: True] - whether to call post_execute hooks after this particular execution. Returns -------