2 parents 711606f + a2335a3 commit 65f0fc1Copy full SHA for 65f0fc1
1 file changed
docs/tutorial.rst
@@ -352,7 +352,7 @@ Create ``uinput`` device with capabilities of another device
352
353
>>> from evdev import UInput, InputDevice
354
355
- >>> mouse = InputDevice('/dev/input/event1')from evdev import UInput, InputDevice
+ >>> mouse = InputDevice('/dev/input/event1')
356
>>> keybd = '/dev/input/event2'
357
358
>>> ui = UInput.from_device(mouse, keybd, name='keyboard-mouse-device')
0 commit comments