Skip to content

Commit 6940533

Browse files
committed
wording
1 parent 9c0eb7a commit 6940533

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ kernel directly to userspace through character devices that are typically
77
located in `/dev/input/`.
88

99
*evdev* also comes with bindings to *uinput*, the userspace input
10-
subsystem. *Uinput* allows userspace programs to create and handle input
11-
devices from which they can inject events directly into the input subsystem.
10+
subsystem. *Uinput* allows userspace programs to create and handle
11+
input devices from which input events can be directly injected into
12+
the input subsystem.
1213

1314

1415
Documentation:

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ devices that are typically located in ``/dev/input/``.
88

99
:mod:`evdev` also comes with bindings to ``uinput``, the userspace
1010
input subsystem. ``Uinput`` allows userspace programs to create and
11-
handle input devices from which they can inject events directly into
12-
the input subsystem.
11+
handle input devices from which input events can be directly injected
12+
into the input subsystem.
1313

1414

1515
Tutorial

0 commit comments

Comments
 (0)