Skip to content
Snippets Groups Projects
Verified Commit 71a411ba authored by Filipe Laíns's avatar Filipe Laíns
Browse files

doc: tutorial: fix typo

parent 51c90d04
No related branches found
No related tags found
Loading
......@@ -199,7 +199,7 @@ types, codes and/or values::
if e.matches(libevdev.EV_MSC):
continue # don't care about those
if e.matches(libevdev.EV_REL.REL_X:
if e.matches(libevdev.EV_REL.REL_X):
move_by(e.value, 0)
elif e.matches(libevdev.EV_REL.REL_Y):
move_by(0, e.value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment