Skip to content

Commit

Permalink
libinput-measure-trackpoint-range: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Wilck <mwilck@suse.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
mwilck authored and whot committed May 25, 2018
1 parent 41f880a commit c08f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libinput-measure-trackpoint-range
Expand Up @@ -48,7 +48,7 @@ class Delta(object):
self.x = x
self.y = y

def __bool_(self):
def __bool__(self):
return self.x != 0 or self.y != 0


Expand Down

0 comments on commit c08f2f8

Please sign in to comment.