diff --git a/naming-exceptions.py b/naming-exceptions.py index 38b1275..bacd3c6 100644 --- a/naming-exceptions.py +++ b/naming-exceptions.py @@ -2,10 +2,10 @@ class DateUtil: @staticmethod - def get_formatted_today(): + def get_formatted_daily): date_today = datetime.now() formatted_date = date_today.strftime('%Y-%m-%d') return formatted_date -print(DateUtil.get_formatted_today()) +print(DateUtil.get_formatted_daily())