##// END OF EJS Templates
Backport PR #13033: Fix typo in excepthook docstring
Blazej Michalik -
Show More
@@ -1956,7 +1956,7 b' class InteractiveShell(SingletonConfigurable):'
1956 sys.excepthook themselves. I guess this is a feature that
1956 sys.excepthook themselves. I guess this is a feature that
1957 enables them to keep running after exceptions that would
1957 enables them to keep running after exceptions that would
1958 otherwise kill their mainloop. This is a bother for IPython
1958 otherwise kill their mainloop. This is a bother for IPython
1959 which excepts to catch all of the program exceptions with a try:
1959 which expects to catch all of the program exceptions with a try:
1960 except: statement.
1960 except: statement.
1961
1961
1962 Normally, IPython sets sys.excepthook to a CrashHandler instance, so if
1962 Normally, IPython sets sys.excepthook to a CrashHandler instance, so if
General Comments 0
You need to be logged in to leave comments. Login now