From d6dcfab4781bebb897b63f7c1ccc5e62e5cb52c8 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 24 Sep 2024 16:58:29 -0500 Subject: [PATCH] Update adafruit_pioasm.py Co-authored-by: Scott Shawcroft --- adafruit_pioasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""