We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81dfa7 commit c334f66Copy full SHA for c334f66
docs/examples.rst
@@ -22,7 +22,7 @@ Keyboard Layout
22
While the ``Keyboard`` class itself provides easy way for sending key shortcuts, for writing more
23
complex text you may want to use a ``KeyboardLayout`` and a ``.write()`` method.
24
25
-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.
26
27
.. literalinclude:: ../examples/hid_keyboard_layout.py
28
:caption: examples/hid_keyboard_layout.py
0 commit comments