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):