From 1b91343ccbbb52913fe5a5fcc69aa032f53c05ac Mon Sep 17 00:00:00 2001 From: Joseph Bloom <69127271+jbloomAus@users.noreply.github.com> Date: Thu, 8 Sep 2022 16:04:37 +1000 Subject: [PATCH] Spelling correction "constrants" to constants" --- tests/test_autodiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_autodiff.py b/tests/test_autodiff.py index fc40f00c..3bd62175 100644 --- a/tests/test_autodiff.py +++ b/tests/test_autodiff.py @@ -64,7 +64,7 @@ def test_chain_rule2() -> None: @pytest.mark.task1_3 def test_chain_rule3() -> None: - "Check that constrants are ignored and variables get derivatives." + "Check that constants are ignored and variables get derivatives." constant = 10 var = minitorch.Scalar(5)