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 1d7e838 commit deea595Copy full SHA for deea595
tutor_flake/rules/constructor.py
@@ -36,7 +36,7 @@ def check(
36
yield Flake8Error.construct(
37
func,
38
530,
39
- f"Funciton `{func.name}`'s return value includes the class type: `{class_name}`."
+ f"Function `{func.name}`'s return value includes the class type: `{class_name}`."
40
" Likely you want to return the Self type imported from `typing` or `typing_extensions`"
41
" as child types likely should return their own type.",
42
cls,
0 commit comments