Skip to content

Commit

Permalink
fix: fix incorrect enum capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 authored Feb 24, 2024
1 parent 3aa753e commit 64f2360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_weather/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class Phase(BasicEnum):
NEW_MOON = 'New Moon'
WAXING_CRESCENT = 'Waxing Crescent'
FIRST_QUARTER = 'First Quarter'
Waxing_GIBBOUS = 'Waxing Gibbous'
WAXING_GIBBOUS = 'Waxing Gibbous'
FULL_MOON = 'Full Moon'
WANING_GIBBOUS = 'Waning Gibbous'
LAST_QUARTER = 'Last Quarter'
Expand Down

0 comments on commit 64f2360

Please sign in to comment.