diff --git a/IPython/kernel/core/notification.py b/IPython/kernel/core/notification.py index ab20799..af5d236 100644 --- a/IPython/kernel/core/notification.py +++ b/IPython/kernel/core/notification.py @@ -26,7 +26,7 @@ class NotificationCenter(object): ... print theType,theSender,args ... >>> notification.sharedCenter.add_observer(callback, 'NOTIFICATION_TYPE', None) - >>> notification.sharedCenter.post_notification('NOTIFICATION_TYPE', object()) + >>> notification.sharedCenter.post_notification('NOTIFICATION_TYPE', object()) # doctest:+ELLIPSIS NOTIFICATION_TYPE ... """