Skip to content

Commit f24f7f4

Browse files
committed
fix typo, allow_known -> allow_unknown
1 parent d4e96ac commit f24f7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evdev/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class SynEvent(object):
187187

188188
__slots__ = 'event', 'keycode'
189189

190-
def __init__(self, event, allow_known):
190+
def __init__(self, event, allow_unknown):
191191
try:
192192
self.keycode = SYN[event.code]
193193
except KeyError:

0 commit comments

Comments
 (0)