diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 83981e0..da8b272 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -352,7 +352,7 @@ Create ``uinput`` device with capabilities of another device >>> from evdev import UInput, InputDevice - >>> mouse = InputDevice('/dev/input/event1')from evdev import UInput, InputDevice + >>> mouse = InputDevice('/dev/input/event1') >>> keybd = '/dev/input/event2' >>> ui = UInput.from_device(mouse, keybd, name='keyboard-mouse-device')