Skip to content

Commit cd3be8c

Browse files
committed
typo_fix
1 parent 0dc095a commit cd3be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Usage Example
6262
import board
6363
import adafruit_hts221
6464
65-
ii2c = board.I2C()
65+
i2c = board.I2C()
6666
hts = adafruit_hts221.HTS221(i2c)
6767
while True:
6868
print("Relative Humidity: %.2f percent rH" % hts.relative_humidity)

0 commit comments

Comments
 (0)