Browse Source

Fixed error in docstring

pull/116/head
Fluency 3 years ago
committed by GitHub
parent
commit
030bb49ba6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. 3
      web/update_plots.py

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

Loading…
Cancel
Save