diff --git a/IPython/frontend/wx/console_widget.py b/IPython/frontend/wx/console_widget.py index 56761e8..984cffc 100644 --- a/IPython/frontend/wx/console_widget.py +++ b/IPython/frontend/wx/console_widget.py @@ -629,7 +629,8 @@ class ConsoleWidget(editwindow.EditWindow): len(continuation_prompt)) return True - self.enter_catched = False #we re-allow enter event processing + # We re-allow enter event processing + self.enter_catched = False return False