mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-15 22:10:22 +00:00
Fix url for docstring in Turkey class (#751)
Docstring in Turkey class changed with corresponding url.
This commit is contained in:
parent
f44285038c
commit
0f5f05d53c
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ class Turkey(HolidayBase):
|
||||||
Implement public holidays in Turkey
|
Implement public holidays in Turkey
|
||||||
|
|
||||||
Reference:
|
Reference:
|
||||||
https://en.wikipedia.org/wiki/Public_holidays_in_Thailand
|
https://en.wikipedia.org/wiki/Public_holidays_in_Turkey
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue