Skip to content
Snippets Groups Projects
Commit e10653ba authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed documentation

parent 2d74bdf0
No related branches found
No related tags found
1 merge request!93UI Hooks
......@@ -8,12 +8,12 @@ class BaseUIHooksManager(HasStrictTraits):
factory = Instance(IUIHooksFactory)
def __init__(self, factory, *args, **kwargs):
"""Initializes the notification listener.
"""Initializes the UI Hooks manager.
Parameters
----------
factory: BaseNotificationListener
The factory this Notification Listener belongs to
factory: BaseUIHooksFactory
The factory this UI Hooks manager belongs to
"""
self.factory = factory
super(BaseUIHooksManager, self).__init__(*args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment