Skip to content

Commit 6486566

Browse files
authored
Merge pull request #2111 from python-gitlab/jlvillal/meta_fix
chore: fix misspelling
2 parents 8771ad8 + 2d08fc8 commit 6486566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/meta/test_ensure_type_hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_check_helper(
126126
f"class definition for {class_info.name!r} in file {filename!r} "
127127
f"must have defined a 'get' method with a return annotation of "
128128
f"{obj_cls} but found {signature.return_annotation}\n"
129-
f"Recommend adding the followinng method:\n"
129+
f"Recommend adding the following method:\n"
130130
)
131131
fail_message += method_template.format(obj_cls=obj_cls)
132132
check_type = obj_cls

0 commit comments

Comments
 (0)