##// END OF EJS Templates
Merge pull request #1892 from tkf/suspicious-quotes...
Fernando Perez -
r7364:825a832c merge
parent child Browse files
Show More
@@ -263,7 +263,7 b' class InteractiveShell(SingletonConfigurable):'
263 """
263 """
264 )
264 )
265 disable_failing_post_execute = CBool(False, config=True,
265 disable_failing_post_execute = CBool(False, config=True,
266 help="Don't call post-execute functions that have failed in the past."""
266 help="Don't call post-execute functions that have failed in the past."
267 )
267 )
268 display_formatter = Instance(DisplayFormatter)
268 display_formatter = Instance(DisplayFormatter)
269 displayhook_class = Type(DisplayHook)
269 displayhook_class = Type(DisplayHook)
General Comments 0
You need to be logged in to leave comments. Login now