Skip to content

Commit 6dafab5

Browse files
committed
Fix docs typo.
1 parent 6f964d1 commit 6dafab5

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
@@ -994,7 +994,7 @@ def __init__(self, type: str, which: int):
994994

995995
@property
996996
def controller(self) -> tcod.sdl.joystick.GameController:
997-
"""The :any:`GameController: for this event."""
997+
"""The :any:`GameController` for this event."""
998998
if self.type == "CONTROLLERDEVICEADDED":
999999
return tcod.sdl.joystick.GameController._open(self.which)
10001000
return tcod.sdl.joystick.GameController._from_instance_id(self.which)

0 commit comments

Comments
 (0)