diff --git a/adafruit_pioasm.py b/adafruit_pioasm.py index b92a8be..2a4df32 100644 --- a/adafruit_pioasm.py +++ b/adafruit_pioasm.py @@ -58,7 +58,7 @@ class Program: # pylint: disable=too-few-public-methods assembled: array.array """The assembled PIO program instructions""" public_labels: dict[str, int] - """The offset of any labels delcared public""" + """The offset of any labels declared public""" pio_kwargs: dict[str, Any] """Settings from assembler directives to pass to the StateMachine constructor"""