Skip to content

Commit d6dcfab

Browse files
jeplertannewt
andauthored
Update adafruit_pioasm.py
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent b746aec commit d6dcfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pioasm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Program: # pylint: disable=too-few-public-methods
5858
assembled: array.array
5959
"""The assembled PIO program instructions"""
6060
public_labels: dict[str, int]
61-
"""The offset of any labels delcared public"""
61+
"""The offset of any labels declared public"""
6262
pio_kwargs: dict[str, Any]
6363
"""Settings from assembler directives to pass to the StateMachine constructor"""
6464

0 commit comments

Comments
 (0)