From b6068cd9eec2986462b49341cf8e3049fa4f0c6b 2012-04-26 00:46:26 From: Min RK Date: 2012-04-26 00:46:26 Subject: [PATCH] Merge pull request #1664 from bfroehle/run_code_docstring_cleanup InteractiveShell.run_code: Update docstring. --- 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 -------