Skip to content

Commit c685375

Browse files
author
Daniele Esposti
committed
Fixed doc string
1 parent 77da670 commit c685375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puremvc/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def sendNotification(self, notificationName, body=None, noteType=None):
3535
3636
@param notificationName: the name of the notification to send
3737
@param body: the body of the notification (optional)
38-
@param type: the type of the notification (optional)
38+
@param noteType: the type of the notification (optional)
3939
"""
4040
raise NotImplementedError(self)
4141

0 commit comments

Comments
 (0)