From 3e812afa6e1f917695b517fc077ae54e5dab6c79 2016-09-19 16:03:02 From: mbyt Date: 2016-09-19 16:03:02 Subject: [PATCH] fixing typo in comment --- diff --git a/IPython/terminal/debugger.py b/IPython/terminal/debugger.py index 1c9bf04..29a8848 100644 --- a/IPython/terminal/debugger.py +++ b/IPython/terminal/debugger.py @@ -87,7 +87,7 @@ def set_trace(frame=None): if __name__ == '__main__': import pdb # IPython.core.debugger.Pdb.trace_dispatch shall not catch - # bdb.BdbQuit. When started through __main__ and an exeption + # bdb.BdbQuit. When started through __main__ and an exception # happend after hitting "c", this is needed in order to # be able to quit the debugging session (see #9950). old_trace_dispatch = pdb.Pdb.trace_dispatch