Skip to content

Commit

Permalink
README.rst fix, honduras ISO code 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-prodigy committed Jan 25, 2020
1 parent 6878062 commit ddcc292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ France FRA **Métropole** (default), Alsace-Moselle, Guadelou
Germany DE/DEU prov = BW, BY, BE, BB, HB, HH, HE, MV, NI, NW, RP, SL, SN,
ST, SH, TH
Greece GR/GRC None
Honduras HND None
Honduras HN/HND None
HongKong HK/HKG None
Hungary HU/HUN None
Iceland IS/ISL None
Expand Down Expand Up @@ -176,7 +176,6 @@ UnitedStates US/USA state = AL, AK, AS, AZ, AR, CA, CO, CT, DE, DC, FL
VI, WA, WV, WI, WY
Wales None
=================== ========= =============================================================
=======


API
Expand Down
4 changes: 4 additions & 0 deletions holidays/countries/honduras.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,9 @@ def _populate(self, year):
self[date(year, DEC, 25)] = "Navidad [Christmas]"


class HN(Honduras):
pass


class HND(Honduras):
pass

0 comments on commit ddcc292

Please sign in to comment.