Skip to content

Commit 65f0fc1

Browse files
authored
Merge pull request gvalkov#74 from castis/patch-1
Removing unnecessary code
2 parents 711606f + a2335a3 commit 65f0fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Create ``uinput`` device with capabilities of another device
352352

353353
>>> from evdev import UInput, InputDevice
354354

355-
>>> mouse = InputDevice('/dev/input/event1')from evdev import UInput, InputDevice
355+
>>> mouse = InputDevice('/dev/input/event1')
356356
>>> keybd = '/dev/input/event2'
357357

358358
>>> ui = UInput.from_device(mouse, keybd, name='keyboard-mouse-device')

0 commit comments

Comments
 (0)