We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ea716 commit 2d08fc8Copy full SHA for 2d08fc8
tests/meta/test_ensure_type_hints.py
@@ -126,7 +126,7 @@ def get_check_helper(
126
f"class definition for {class_info.name!r} in file {filename!r} "
127
f"must have defined a 'get' method with a return annotation of "
128
f"{obj_cls} but found {signature.return_annotation}\n"
129
- f"Recommend adding the followinng method:\n"
+ f"Recommend adding the following method:\n"
130
)
131
fail_message += method_template.format(obj_cls=obj_cls)
132
check_type = obj_cls
0 commit comments