From d66cd6c3aa667e08752eba0a600dee55f096f107 Mon Sep 17 00:00:00 2001 From: Matthew Richardson Date: Thu, 8 Mar 2018 13:51:03 -0500 Subject: [PATCH] Fix typo in TempHumPress.py Fix typo in TempHumPress.py --- Python/Examples/TempHumPress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Examples/TempHumPress.py b/Python/Examples/TempHumPress.py index 15fcea0..625443d 100644 --- a/Python/Examples/TempHumPress.py +++ b/Python/Examples/TempHumPress.py @@ -20,7 +20,7 @@ while True: # Read the temperature - temp = thp.get_temperature_celcius() + temp = thp.get_temperature_celsius() # Read the relative humidity hum = thp.get_humidity()