From 2d08fc89fb67de25ad41f64c86a9b8e96e4c261a Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 27 Jun 2022 20:43:29 -0700 Subject: [PATCH] chore: fix misspelling --- tests/meta/test_ensure_type_hints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meta/test_ensure_type_hints.py b/tests/meta/test_ensure_type_hints.py index f55ca45d0..1fd48d85f 100644 --- a/tests/meta/test_ensure_type_hints.py +++ b/tests/meta/test_ensure_type_hints.py @@ -126,7 +126,7 @@ def get_check_helper( f"class definition for {class_info.name!r} in file {filename!r} " f"must have defined a 'get' method with a return annotation of " f"{obj_cls} but found {signature.return_annotation}\n" - f"Recommend adding the followinng method:\n" + f"Recommend adding the following method:\n" ) fail_message += method_template.format(obj_cls=obj_cls) check_type = obj_cls