Skip to content

Commit 1763ad8

Browse files
committed
Update peripherals.py
Fixed typo in `Celsius`
1 parent e36ec78 commit 1763ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_funhouse/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def light(self):
212212
@property
213213
def temperature(self):
214214
"""
215-
Return the temperature in degrees Celcius
215+
Return the temperature in degrees Celsius
216216
"""
217217
return self._aht20.temperature
218218

0 commit comments

Comments
 (0)