Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Barbados holidays #1393

Merged
merged 13 commits into from
Aug 15, 2023
Prev Previous commit
Next Next commit
Update holidays/countries/barbados.py
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
  • Loading branch information
arjunanan6 and KJhellico authored Aug 12, 2023
commit 921daa9aa0621f682fc97f77c41b583a6ad17fc7
4 changes: 2 additions & 2 deletions holidays/countries/barbados.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def _populate(self, year):
# National Heroes Day
self._add_holiday("National Heroes Day", APR, 28)

# Labor Day / May Day
self._add_labor_day("Labor Day / May Day")
# May Day
self._add_labor_day("May Day")

# Whit Monday
self._add_whit_monday("Whit Monday")
Expand Down