##// END OF EJS Templates
Fix typo in excepthook docstring
Rodolfo Carvalho -
Show More
@@ -1971,7 +1971,7 b' class InteractiveShell(SingletonConfigurable):'
1971 sys.excepthook themselves. I guess this is a feature that
1971 sys.excepthook themselves. I guess this is a feature that
1972 enables them to keep running after exceptions that would
1972 enables them to keep running after exceptions that would
1973 otherwise kill their mainloop. This is a bother for IPython
1973 otherwise kill their mainloop. This is a bother for IPython
1974 which excepts to catch all of the program exceptions with a try:
1974 which expects to catch all of the program exceptions with a try:
1975 except: statement.
1975 except: statement.
1976
1976
1977 Normally, IPython sets sys.excepthook to a CrashHandler instance, so if
1977 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