Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Jan 8, 2025
1 parent eda5877 commit 42f2682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dcspy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def replace_symbols(value: str, symbol_replacement: Sequence[Sequence[str]]) ->


class KeyRequest:
"""Map LCD button ot G-Key with an abstract request model."""
"""Map LCD button or G-Key with an abstract request model."""

def __init__(self, yaml_path: Path, get_bios_fn: Callable[[str], BiosValue]) -> None:
"""
Expand All @@ -754,7 +754,7 @@ def cycle_button_ctrl_name(self) -> dict[str, int]:

def get_request(self, button: AnyButton) -> RequestModel:
"""
Get abstract representation for request ti be sent gor requested button.
Get abstract representation for request ti be sent for requested button.
:param button: LcdButton, Gkey or MouseButton
:return: RequestModel object
Expand Down

0 comments on commit 42f2682

Please sign in to comment.