Skip to content

Commit

Permalink
Fix typo, remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
  • Loading branch information
lauft committed Nov 10, 2023
1 parent af53ef6 commit 4ac8bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/holidata/holidays/cs-CZ.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class cs_CZ(Locale):
def holiday_velky_patek(self):
"""
2 days before Easter: [NRV] Velký pátek
since 2016
Since 2016
"""
if self.year >= 2016:
return [Holiday(
Expand Down
1 change: 0 additions & 1 deletion src/holidata/holidays/es-ES.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def holiday_dia_de_la_rioja(self):

def holiday_lunes_siguiente_al_dia_de_la_rioja(self):
if self.year == 2024:

return [Holiday(
self.locale,
"RI",
Expand Down

0 comments on commit 4ac8bd5

Please sign in to comment.