summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-06-27 20:43:29 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-06-27 20:43:29 -0700
commit2d08fc89fb67de25ad41f64c86a9b8e96e4c261a (patch)
treeb5b902843c7055edfc0560b13776a4ee8588ec57
parentd9ea7161eebe7bdceee9b0fba9339e3e2dccf305 (diff)
downloadgitlab-2d08fc89fb67de25ad41f64c86a9b8e96e4c261a.tar.gz
chore: fix misspelling
-rw-r--r--tests/meta/test_ensure_type_hints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meta/test_ensure_type_hints.py b/tests/meta/test_ensure_type_hints.py
index f55ca45..1fd48d8 100644
--- a/tests/meta/test_ensure_type_hints.py
+++ b/tests/meta/test_ensure_type_hints.py
@@ -126,7 +126,7 @@ class TestTypeHints:
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