Skip to content

Commit b640947

Browse files
committed
update comment to refer to pwmio.PWMOut instead of pulseio
1 parent 63b8123 commit b640947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pca9685.py

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

4343

4444
class PWMChannel:
45-
"""A single PCA9685 channel that matches the :py:class:`~pulseio.PWMOut` API."""
45+
"""A single PCA9685 channel that matches the :py:class:`~pwmio.PWMOut` API."""
4646

4747
def __init__(self, pca, index):
4848
self._pca = pca

0 commit comments

Comments
 (0)