From 014fbca72560ba2b4e0d402c0837d92cc47a3457 Mon Sep 17 00:00:00 2001 From: tadghh Date: Thu, 21 Dec 2023 13:42:40 -0600 Subject: [PATCH] Documentation --- Weather Processing/weather_processor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Weather Processing/weather_processor.py b/Weather Processing/weather_processor.py index e7def53..63fb6af 100644 --- a/Weather Processing/weather_processor.py +++ b/Weather Processing/weather_processor.py @@ -157,7 +157,9 @@ def validate_input(self, user_input, errors, year_range, can_month=False): return False def update_range_info(self): - "Updates the year range and along with the string." + """Updates the year range. + Along with the string representing the upper + and lower bounds of the historic weather dataset.""" self.latest_dates = self.scraping_actor.update_range() latest_dates_keys = list(self.latest_dates.keys())