diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index e14ad9d..573b438 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -263,7 +263,7 @@ class InteractiveShell(SingletonConfigurable): """ ) disable_failing_post_execute = CBool(False, config=True, - help="Don't call post-execute functions that have failed in the past.""" + help="Don't call post-execute functions that have failed in the past." ) display_formatter = Instance(DisplayFormatter) displayhook_class = Type(DisplayHook)