Skip to content

Commit

Permalink
Update holidays/countries/algeria.py
Browse files Browse the repository at this point in the history
Co-authored-by: ~Jhellico <[email protected]>
  • Loading branch information
abh31000 and KJhellico authored May 11, 2023
1 parent 9f283ed commit 1e316d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holidays/countries/algeria.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _populate(self, year):
self._add_holiday("Independence Day", JUL, 5)

# Revolution Day
if year > 1962:
if year >= 1963:
self._add_holiday("Revolution Day", NOV, 1)

# Islamic New Year
Expand Down

0 comments on commit 1e316d1

Please sign in to comment.