Skip to content

Commit bfb9ffa

Browse files
committed
Code Review suggestions
1 parent 07abddd commit bfb9ffa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

holidays/countries/burundi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _populate_public_holidays(self):
109109
dts_observed.add(
110110
self._add_holiday_oct_21(
111111
# Commemoration of the Assassination of President Melchior Ndadaye.
112-
tr("Commémoration de l'Assassinat du Président Melchior Ndadáye")
112+
tr("Commémoration de l'Assassinat du Président Melchior Ndadaye")
113113
)
114114
)
115115

holidays/locale/en_US/LC_MESSAGES/BI.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Holidays 0.80\n"
1818
"POT-Creation-Date: 2025-08-20 16:45+0700\n"
19-
"PO-Revision-Date: 2025-08-21 11:17+0700\n"
19+
"PO-Revision-Date: 2025-08-21 12:13+0700\n"
2020
"Last-Translator: PPsyrius <[email protected]>\n"
2121
"Language-Team: Holidays Localization Team\n"
2222
"Language: en_US\n"
@@ -79,7 +79,7 @@ msgid "Commémoration de l'Assassinat du Héros National, le Prince Louis Rwagas
7979
msgstr "Commemoration of the Assassination of National Hero, Prince Louis Rwagasore"
8080

8181
#. Commemoration of the Assassination of President Melchior Ndadaye.
82-
msgid "Commémoration de l'Assassinat du Président Melchior Ndadáye"
82+
msgid "Commémoration de l'Assassinat du Président Melchior Ndadaye"
8383
msgstr "Commemoration of the Assassination of President Melchior Ndadaye"
8484

8585
#. All Saints' Day.

holidays/locale/fr_BI/LC_MESSAGES/BI.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Holidays 0.80\n"
1818
"POT-Creation-Date: 2025-08-20 16:45+0700\n"
19-
"PO-Revision-Date: 2025-08-21 11:17+0700\n"
19+
"PO-Revision-Date: 2025-08-21 12:13+0700\n"
2020
"Last-Translator: PPsyrius <[email protected]>\n"
2121
"Language-Team: Holidays Localization Team\n"
2222
"Language: fr_BI\n"
@@ -79,7 +79,7 @@ msgid "Commémoration de l'Assassinat du Héros National, le Prince Louis Rwagas
7979
msgstr ""
8080

8181
#. Commemoration of the Assassination of President Melchior Ndadaye.
82-
msgid "Commémoration de l'Assassinat du Président Melchior Ndadáye"
82+
msgid "Commémoration de l'Assassinat du Président Melchior Ndadaye"
8383
msgstr ""
8484

8585
#. All Saints' Day.

tests/countries/test_burundi.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_ascension_day(self):
8686
"2024-05-09",
8787
"2025-05-29",
8888
)
89-
self.assertHolidayName(name, range(1962, 2025))
89+
self.assertHolidayName(name, range(1962, 2050))
9090

9191
def test_commemoration_of_the_death_of_president_pierre_nkurunziza(self):
9292
name = (
@@ -137,7 +137,7 @@ def test_commemoration_of_the_assassination_of_national_hero_prince_louis_rwagas
137137
self.assertNoNonObservedHoliday(obs_dt)
138138

139139
def test_commemoration_of_the_assassination_of_president_melchior_ndadaye(self):
140-
name = "Commémoration de l'Assassinat du Président Melchior Ndadáye"
140+
name = "Commémoration de l'Assassinat du Président Melchior Ndadaye"
141141
self.assertHolidayName(name, (f"{year}-10-21" for year in range(1994, 2050)))
142142
self.assertNoHolidayName(name, range(1962, 1994))
143143
obs_dt = (
@@ -241,7 +241,7 @@ def test_2024(self):
241241
"le Prince Louis Rwagasore (observé)"
242242
),
243243
),
244-
("2024-10-21", "Commémoration de l'Assassinat du Président Melchior Ndadáye"),
244+
("2024-10-21", "Commémoration de l'Assassinat du Président Melchior Ndadaye"),
245245
("2024-11-01", "Toussaint"),
246246
("2024-12-25", "Noël"),
247247
)
@@ -280,7 +280,7 @@ def test_l10n_default(self):
280280
"2025-10-13",
281281
"Commémoration de l'Assassinat du Héros National, le Prince Louis Rwagasore",
282282
),
283-
("2025-10-21", "Commémoration de l'Assassinat du Président Melchior Ndadáye"),
283+
("2025-10-21", "Commémoration de l'Assassinat du Président Melchior Ndadaye"),
284284
("2025-11-01", "Toussaint"),
285285
("2025-12-25", "Noël"),
286286
)

0 commit comments

Comments
 (0)