File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ In its simplest form, we construct the structure as follows:
8282.. code-block :: python
8383
8484 cases_and_deaths = {
85- " date" :" date" ,
86- " areaName" :" areaName" ,
87- " areaCode" :" areaCode" ,
88- " newCasesByPublishDate" :" newCasesByPublishDate" ,
89- " cumCasesByPublishDate" :" cumCasesByPublishDate" ,
90- " newDeathsByDeathDate" :" newDeathsByDeathDate" ,
91- " cumDeathsByDeathDate" :" cumDeathsByDeathDate"
85+ " date" : " date" ,
86+ " areaName" : " areaName" ,
87+ " areaCode" : " areaCode" ,
88+ " newCasesByPublishDate" : " newCasesByPublishDate" ,
89+ " cumCasesByPublishDate" : " cumCasesByPublishDate" ,
90+ " newDeathsByDeathDate" : " newDeathsByDeathDate" ,
91+ " cumDeathsByDeathDate" : " cumDeathsByDeathDate"
9292 }
9393
9494
@@ -261,7 +261,7 @@ Copyright (c) 2020, Public Health England.
261261
262262
263263.. _`Coronavirus (COVID-19) in the UK` : http://coronavirus.data.gov.uk/
264- .. _`Public Health England` : http ://coronavirus.data. gov.uk/
264+ .. _`Public Health England` : https ://www. gov.uk/government/organisations/public-health-england
265265
266266.. |PyPi_Version | image :: https://img.shields.io/pypi/v/uk-covid19
267267.. |PyPi_Status | image :: https://img.shields.io/pypi/status/uk-covid19
You can’t perform that action at this time.
0 commit comments