Skip to content

Commit c334f66

Browse files
committed
Fixed typo
1 parent a81dfa7 commit c334f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Keyboard Layout
2222
While the ``Keyboard`` class itself provides easy way for sending key shortcuts, for writing more
2323
complex text you may want to use a ``KeyboardLayout`` and a ``.write()`` method.
2424

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

2727
.. literalinclude:: ../examples/hid_keyboard_layout.py
2828
:caption: examples/hid_keyboard_layout.py

0 commit comments

Comments
 (0)