From f2f5e70c98211f700cf726b303f8f77d20d5ea1b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 23 Feb 2023 21:05:20 +0900 Subject: [PATCH] Fix typo in range_test.py programatically -> programmatically --- test/range_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/range_test.py b/test/range_test.py index 8ba52c71bc..39c9633ec4 100644 --- a/test/range_test.py +++ b/test/range_test.py @@ -1514,7 +1514,7 @@ class RangeInstantiationTest(LuigiTestCase): def test_old_instantiation(self): """ - Verify that you can still programatically set of param as string + Verify that you can still programmatically set of param as string """ class MyTask(luigi.Task): date_param = luigi.DateParameter()