Skip to content

Commit 9ed914b

Browse files
committed
Fix docs typo.
1 parent 26f309b commit 9ed914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcod/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ def add_watch(callback: _EventCallback) -> _EventCallback:
14841484
.. warning::
14851485
How uncaught exceptions in a callback are handled is not currently defined by tcod.
14861486
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.
1487+
This may be later changed to pass the excpetion to a :any:`tcod.event.get` or :any:`tcod.event.wait` call.
14881488
14891489
Args:
14901490
callback (Callable[[Event], None]):

0 commit comments

Comments
 (0)