Skip to content

Commit

Permalink
Minor fixes (#15)
Browse files Browse the repository at this point in the history
* Spelling.
* Lux description.
  • Loading branch information
RaspberryCheesecake authored Jul 18, 2023
1 parent 1a49b47 commit 9441717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ sensor.lux

Light is given in lux.

Lux ranges from 0 (complete darkness) to.
Lux ranges from 0 (complete darkness) to 64,000 (full brightness).

## Wind

Expand Down
2 changes: 1 addition & 1 deletion library/weatherhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_dewpoint(self, humidity, temperature):
return temperature - ((100 - humidity) / 5)

def hpa_to_inches(self, hpa):
"""Convert hextopascals to inches of mercury."""
"""Convert hectopascals to inches of mercury."""
return hpa * 0.02953

def degrees_to_cardinal(self, degrees):
Expand Down

0 comments on commit 9441717

Please sign in to comment.