Skip to content

Commit

Permalink
PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico committed May 19, 2023
1 parent d7d382b commit 34c5354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions holidays/countries/belize.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ def _populate(self, year: int) -> None:
# Garifuna Settlement Day.
self._add_holiday("Garifuna Settlement Day", NOV, 19)

# Populated before Christmas for right obvserved Christmas calculation
# (if Christmas falls on Sunday, there should be no observed Christmas
# on Monday)
# Boxing Day.
self._add_christmas_day_two("Boxing Day")

Expand Down

0 comments on commit 34c5354

Please sign in to comment.