Skip to content

Commit 56ad16b

Browse files
committed
Fixed documentation in adafruit_PCT2075.py
1 parent 129e29d commit 56ad16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pct2075.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class FaultCount:
8484

8585
class PCT2075:
8686
"""Driver for the PCT2075 Digital Temperature Sensor and Thermal Watchdog.
87-
:param ~busio.I2C i2c_bus: The I2C bus the INA260 is connected to.
87+
:param ~busio.I2C i2c_bus: The I2C bus the PCT2075 is connected to.
8888
:param address: The I2C device address for the sensor. Default is ``0x37``.
8989
"""
9090

0 commit comments

Comments
 (0)