Skip to content

Commit

Permalink
Merge pull request #40 from mattallen37/fix/typo
Browse files Browse the repository at this point in the history
Fix typo in TempHumPress.py
  • Loading branch information
Matthew Richardson authored Mar 8, 2018
2 parents 5c52d1b + d66cd6c commit d6b6e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/Examples/TempHumPress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d6b6e69

Please sign in to comment.