Skip to content

Commit 030bb49

Browse files
authored
Fixed error in docstring
1 parent b240c7f commit 030bb49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/update_plots.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
def main():
1515
"""
1616
This function scrapes the data from the web and wrangles it into a pandas DataFrame.
17-
It then creates an interactive plotly line graph of covid cases
18-
in New York State.
17+
It then creates an interactive plotly line graph of covid cases.
1918
"""
2019
print('Updating covid deaths...')
2120
update_covid_deaths()

0 commit comments

Comments
 (0)