Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpokusa committed Sep 5, 2023
1 parent a81dfa7 commit c334f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Keyboard Layout
While the ``Keyboard`` class itself provides easy way for sending key shortcuts, for writing more
complex text you may want to use a ``KeyboardLayout`` and a ``.write()`` method.

It is also posible to adjust the typing speed by specifying ``delay`` between key presses.
It is also possible to adjust the typing speed by specifying ``delay`` between key presses.

.. literalinclude:: ../examples/hid_keyboard_layout.py
:caption: examples/hid_keyboard_layout.py
Expand Down

0 comments on commit c334f66

Please sign in to comment.