From 25e2e039e33fbfed82bc29da5de0360d651c486b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 16 Feb 2020 19:09:13 +1100 Subject: [PATCH] Fix simple typo: unfortunatly -> unfortunately Closes #2655 --- tests/utils/test_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/test_preprocess.py b/tests/utils/test_preprocess.py index a1f2676f..280eb55f 100644 --- a/tests/utils/test_preprocess.py +++ b/tests/utils/test_preprocess.py @@ -397,7 +397,7 @@ class PreprocessTestCase(TestCase): 'US/Eastern', } invalid = { - # unfortunatly, these are not actually timezones (yet) + # unfortunately, these are not actually timezones (yet) 'ayy', 'lmao', }