Skip to content

Commit cd6ff4b

Browse files
committed
s/ver/version
1 parent 659c36d commit cd6ff4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evdev/uinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __repr__(self):
100100
return '{}({})'.format(self.__class__.__name__, ', '.join(v))
101101

102102
def __str__(self):
103-
msg = ('name "{}", bus "{}", vendor "{:04x}", product "{:04x}", ver "{:04x}"\n'
103+
msg = ('name "{}", bus "{}", vendor "{:04x}", product "{:04x}", version "{:04x}"\n'
104104
'event types: {}')
105105

106106
evtypes = [i[0] for i in self.capabilities(True).keys()]

0 commit comments

Comments
 (0)