We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77da670 commit c685375Copy full SHA for c685375
src/puremvc/interfaces.py
@@ -35,7 +35,7 @@ def sendNotification(self, notificationName, body=None, noteType=None):
35
36
@param notificationName: the name of the notification to send
37
@param body: the body of the notification (optional)
38
- @param type: the type of the notification (optional)
+ @param noteType: the type of the notification (optional)
39
"""
40
raise NotImplementedError(self)
41
0 commit comments