From b640947c7a3b199ae24fb3a1744700f0fe960a66 Mon Sep 17 00:00:00 2001
From: foamyguy <foamyguy@gmail.com>
Date: Wed, 11 Aug 2021 13:32:03 -0500
Subject: [PATCH] update comment to refer to pwmio.PWMOut instead of pulseio

---
 adafruit_pca9685.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adafruit_pca9685.py b/adafruit_pca9685.py
index f58d1bf..cc8cb0a 100755
--- a/adafruit_pca9685.py
+++ b/adafruit_pca9685.py
@@ -42,7 +42,7 @@
 
 
 class PWMChannel:
-    """A single PCA9685 channel that matches the :py:class:`~pulseio.PWMOut` API."""
+    """A single PCA9685 channel that matches the :py:class:`~pwmio.PWMOut` API."""
 
     def __init__(self, pca, index):
         self._pca = pca