Skip to content

Commit

Permalink
chore: fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVillalovos committed Jun 28, 2022
1 parent d9ea716 commit 2d08fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meta/test_ensure_type_hints.py
Expand Up @@ -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
Expand Down

0 comments on commit 2d08fc8

Please sign in to comment.