Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
KJhellico and arkid15r authored Feb 9, 2024
1 parent e09487d commit 4d05cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holidays/countries/ireland.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ def _populate_public_holidays(self):
self._add_holiday_1st_mon_of_may(name)

if self._year >= 1973:
# June Bank holiday.
# June Bank Holiday.
self._add_holiday_1st_mon_of_jun("June Bank Holiday")
else:
# Whit Monday.
self._add_whit_monday("Whit Monday")

# August Bank holiday.
# August Bank Holiday.
self._add_holiday_1st_mon_of_aug("August Bank Holiday")

# October Bank Holiday.
Expand Down

0 comments on commit 4d05cf5

Please sign in to comment.