From 4d56371c6396fa9305324b7c2fa03cf29743f645 Mon Sep 17 00:00:00 2001 From: liberaliscomputing Date: Tue, 4 May 2021 18:52:37 -0400 Subject: [PATCH] :bug: fix homo sapiens casing --- kf_lib_data_ingest/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf_lib_data_ingest/common/constants.py b/kf_lib_data_ingest/common/constants.py index 626988e8..d842a776 100644 --- a/kf_lib_data_ingest/common/constants.py +++ b/kf_lib_data_ingest/common/constants.py @@ -572,7 +572,7 @@ class ETHNICITY: class SPECIES: DOG = "Canis lupus familiaris" FLY = "Drosophila melanogaster" - HUMAN = "Homo Sapiens" + HUMAN = "Homo sapiens" MOUSE = "Mus musculus"