Skip to content

Commit 4c31b86

Browse files
committed
fix KeyboardLayoutBase docstring
1 parent 63fc763 commit 4c31b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adafruit_hid/keyboard_layout_base.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212

1313

1414
class KeyboardLayoutBase:
15-
"""Map ASCII characters to appropriate keypresses on a standard US PC keyboard.
15+
"""Base class for keyboard layouts. Uses the tables defined in the subclass
16+
to map UTF-8 characters to appropriate keypresses.
1617
17-
Non-ASCII characters and most control characters will raise an exception.
18+
Non-supported characters and most control characters will raise an exception.
1819
"""
1920

2021
# We use the top bit of each byte (0x80) to indicate

0 commit comments

Comments
 (0)