Skip to content

Commit db9cdd2

Browse files
committed
Fix docs typo.
1 parent f7cf2fb commit db9cdd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcod/event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
16211621
class 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

0 commit comments

Comments
 (0)