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 26f309b commit 9ed914bCopy full SHA for 9ed914b
tcod/event.py
@@ -1484,7 +1484,7 @@ def add_watch(callback: _EventCallback) -> _EventCallback:
1484
.. warning::
1485
How uncaught exceptions in a callback are handled is not currently defined by tcod.
1486
They will likely be handled by :any:`sys.unraisablehook`.
1487
- This may be later changed to pass the excpetion to a :any`tcod.event.get` or :any:`tcod.event.wait` call.
+ This may be later changed to pass the excpetion to a :any:`tcod.event.get` or :any:`tcod.event.wait` call.
1488
1489
Args:
1490
callback (Callable[[Event], None]):
0 commit comments