Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 8771ad8 + 2d08fc8 commit 6486566Copy full SHA for 6486566
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