Skip to content

Commit

Permalink
Merge pull request #2111 from python-gitlab/jlvillal/meta_fix
Browse files Browse the repository at this point in the history
chore: fix misspelling
  • Loading branch information
nejch committed Jun 28, 2022
2 parents 8771ad8 + 2d08fc8 commit 6486566
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 6486566

Please sign in to comment.