From d5986c51a884922c949f4473ec0d41997e88aeab Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 16 Jun 2022 19:23:41 +0800 Subject: [PATCH] Fix typo --- testing/test_cases/variable_formatting_test_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_cases/variable_formatting_test_cases.py b/testing/test_cases/variable_formatting_test_cases.py index eb10ad0..3de027e 100644 --- a/testing/test_cases/variable_formatting_test_cases.py +++ b/testing/test_cases/variable_formatting_test_cases.py @@ -3,7 +3,7 @@ class FormatTestCase(NamedTuple): - """Helper comtainer for variable formatting test cases.""" + """Helper container for variable formatting test cases.""" src: str