From 89392c30b3186f162e26d4d3110749c8e76ad638 2014-03-04 17:43:50 From: Thomas Kluyver Date: 2014-03-04 17:43:50 Subject: [PATCH] Update comment --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index ab51d89..97efe87 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -837,7 +837,7 @@ class InteractiveShell(SingletonConfigurable): setattr(self.hooks,name, dp) #------------------------------------------------------------------------- - # Things related to callbacks + # Things related to events #------------------------------------------------------------------------- def init_events(self):