File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,7 @@ class Scancode(enum.IntEnum):
10711071 For example the scan codes for WASD remain in the same physical location
10721072 regardless of the actual keyboard layout.
10731073
1074- These names are derived from SDL expect for the numbers which are prefixed
1074+ These names are derived from SDL except for the numbers which are prefixed
10751075 with ``N`` (since raw numbers can not be a Python name.)
10761076
10771077 .. versionadded:: 12.3
@@ -1621,7 +1621,7 @@ def __hash__(self) -> int:
16211621class KeySym (enum .IntEnum ):
16221622 """Keyboard constants based on their symbol.
16231623
1624- These names are derived from SDL expect for the numbers which are prefixed
1624+ These names are derived from SDL except for the numbers which are prefixed
16251625 with ``N`` (since raw numbers can not be a Python name.)
16261626
16271627 .. versionadded:: 12.3
You can’t perform that action at this time.
0 commit comments