Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jan 27, 2025
1 parent 6cc76e8 commit 8adcd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batgrl/terminal/vt100_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(self):
self._last_y: int = 0
"""Last mouse y-coordinate."""
self._last_x: int = 0
"""Laste mouse x-coordinate."""
"""Last mouse x-coordinate."""
self._event_handler: Callable[[list[Event]], None] | None = None
"""Event handler set with ``attach()`` or unset with ``unattach()``."""

Expand Down

0 comments on commit 8adcd3b

Please sign in to comment.