Skip to content

Commit 9dcb4a2

Browse files
authored
Update sgp30_simpletest.py
Corrected spell error
1 parent 0d18c00 commit 9dcb4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sgp30_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
print("SGP30 serial #", [hex(i) for i in sgp30.serial])
1717

1818
sgp30.set_iaq_baseline(0x8973, 0x8AAE)
19-
sgp30.set_iaq_relative_humidity(celcius=22.1, relative_humidity=44)
19+
sgp30.set_iaq_relative_humidity(celsius=22.1, relative_humidity=44)
2020

2121
elapsed_sec = 0
2222

0 commit comments

Comments
 (0)