From 030bb49ba67dbd89dcbb28d865d1f9296b5addc7 Mon Sep 17 00:00:00 2001 From: Fluency <93673101+fluencydoc@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:14:20 -0400 Subject: [PATCH] Fixed error in docstring --- web/update_plots.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()