From 0f5f05d53ce3a05f2378af6b35462b977b4a44e5 Mon Sep 17 00:00:00 2001 From: Baran Buluttekin Date: Tue, 4 Dec 2018 00:54:39 +0000 Subject: [PATCH] Fix url for docstring in Turkey class (#751) Docstring in Turkey class changed with corresponding url. --- python/fbprophet/hdays.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fbprophet/hdays.py b/python/fbprophet/hdays.py index 6711a29..2ed33ad 100644 --- a/python/fbprophet/hdays.py +++ b/python/fbprophet/hdays.py @@ -906,7 +906,7 @@ class Turkey(HolidayBase): Implement public holidays in Turkey Reference: - https://en.wikipedia.org/wiki/Public_holidays_in_Thailand + https://en.wikipedia.org/wiki/Public_holidays_in_Turkey """ def __init__(self, **kwargs):