Skip to content

Commit 125890e

Browse files
authored
Fix typo
1 parent bcdc7a7 commit 125890e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def measure(self):
138138
delay_between_readings = 0.5
139139
if self._dht11:
140140
delay_between_readings = 1.0
141-
# Initialte new reading if this is the first call or if sufficient delay
141+
# Initiate new reading if this is the first call or if sufficient delay
142142
# If delay not sufficient - return previous reading.
143143
# This allows back to back access for temperature and humidity for same reading
144144
if (self._last_called == 0 or

0 commit comments

Comments
 (0)