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 f7b556b commit aa7f80bCopy full SHA for aa7f80b
pylint_django/checkers/foreign_key_strings.py
@@ -127,7 +127,7 @@ def open(self):
127
settings.configure()
128
django.setup()
129
130
- # now we can add the trasforms speciifc to this checker
+ # now we can add the trasforms specifc to this checker
131
foreignkey.add_transform(astroid.MANAGER)
132
133
# TODO: this is a bit messy having so many inline imports but in order to avoid
0 commit comments