From 3e6b4561eb95bcdd39c65b9269012a1aaf19a3ca Mon Sep 17 00:00:00 2001 From: Saran Ahluwalia Date: Fri, 31 Dec 2021 14:14:23 -0500 Subject: [PATCH] fix typo --- .../data_pipeline/etl/sources/michigan_ejscreen/etl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data-pipeline/data_pipeline/etl/sources/michigan_ejscreen/etl.py b/data/data-pipeline/data_pipeline/etl/sources/michigan_ejscreen/etl.py index 08babb6f..f73fb89a 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/michigan_ejscreen/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/michigan_ejscreen/etl.py @@ -12,7 +12,7 @@ class MichiganEnviroScreenETL(ExtractTransformLoad): """Michigan EJ Screen class that ingests dataset represented here: https://www.arcgis.com/apps/webappviewer/index.html?id=dc4f0647dda34959963488d3f519fd24 This class ingests the data presented in "Assessing the State of Environmental - Justice in Michigan."" Please see the README in this module for further details." + Justice in Michigan." Please see the README in this module for further details. """ def __init__(self):