diff --git a/web/update_plots.py b/web/update_plots.py index 4edc810..49a31b1 100755 --- a/web/update_plots.py +++ b/web/update_plots.py @@ -14,8 +14,7 @@ import re def main(): """ This function scrapes the data from the web and wrangles it into a pandas DataFrame. - It then creates an interactive plotly line graph of covid cases - in New York State. + It then creates an interactive plotly line graph of covid cases. """ print('Updating covid deaths...') update_covid_deaths()