Skip to content

Commit 5bfbd53

Browse files
committed
sphinx fix
1 parent 245f63d commit 5bfbd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ina219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _to_signed(num):
118118
return num
119119

120120
class INA219:
121-
"""Driver for the `INA219 current sensor"""
121+
"""Driver for the INA219 current sensor"""
122122
def __init__(self, i2c_bus, addr=0x40):
123123
self.i2c_device = I2CDevice(i2c_bus, addr)
124124

0 commit comments

Comments
 (0)