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())