Skip to content

Commit f481b27

Browse files
authored
trows -> throws in Notifier.remove_listener() docs
1 parent 833e50e commit f481b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def add_listener(self, listener: Listener):
158158

159159
def remove_listener(self, listener: Listener):
160160
"""Remove a listener from the notification list. This method
161-
trows an exception if the given listener is not part of the
161+
throws an exception if the given listener is not part of the
162162
stored listeners.
163163
164164
:param listener: Listener to be removed from the list to be notified

0 commit comments

Comments
 (0)