Skip to content

Commit aa7f80b

Browse files
committed
Small typo fix
1 parent f7b556b commit aa7f80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/checkers/foreign_key_strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def open(self):
127127
settings.configure()
128128
django.setup()
129129

130-
# now we can add the trasforms speciifc to this checker
130+
# now we can add the trasforms specifc to this checker
131131
foreignkey.add_transform(astroid.MANAGER)
132132

133133
# TODO: this is a bit messy having so many inline imports but in order to avoid

0 commit comments

Comments
 (0)