Skip to content

Commit 7fc49f8

Browse files
author
Daniel Campora
committed
pycoproc.py: Correct minor typo.
1 parent 1fbc177 commit 7fc49f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pycoproc/pycoproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
WAKE_REASON_INT_PIN = 8
1313

1414
class Pycoproc:
15-
""" class for handling interraction with PIC MCU """
15+
""" class for handling the interaction with PIC MCU """
1616

1717
I2C_SLAVE_ADDR = const(8)
1818

0 commit comments

Comments
 (0)