Skip to content

Commit

Permalink
Merge pull request ipython#1892 from tkf/suspicious-quotes
Browse files Browse the repository at this point in the history
Remove suspicious quotes in interactiveshell.py
  • Loading branch information
fperez committed Jun 9, 2012
2 parents 57e39ba + fef148b commit 6ac7e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/interactiveshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ac7e02

Please sign in to comment.