Skip to content

Commit cf166ff

Browse files
authored
Merge pull request #58 from adafruit/dherrada-patch-1
Moved from pulseio.PWMOut to pwmio.PWMOut
2 parents 781c8e7 + 043c106 commit cf166ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_seesaw/pwmout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class PWMOut:
17-
"""A single seesaw channel that matches the :py:class:`~pulseio.PWMOut` API."""
17+
"""A single seesaw channel that matches the :py:class:`~pwmio.PWMOut` API."""
1818

1919
def __init__(self, seesaw, pin):
2020
self._seesaw = seesaw

0 commit comments

Comments
 (0)