Skip to content

Commit 33748c3

Browse files
committed
minor correction
1 parent 667cae7 commit 33748c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)