Skip to content

Commit 7e7b277

Browse files
john-sandallatodorov
authored andcommitted
Minor typo fixes in foreign_key_strings.py. Fixes #314
1 parent fce4b33 commit 7e7b277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pylint_django/checkers/foreign_key_strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ForeignKeyStringsChecker(BaseChecker):
4646
msgs = {
4747
"E%s10"
4848
% BASE_ID: (
49-
"Django was not configured. For more information run"
49+
"Django was not configured. For more information run "
5050
"pylint --load-plugins=pylint_django --help-msg=django-not-configured",
5151
"django-not-configured",
5252
_LONG_MESSAGE,
@@ -127,7 +127,7 @@ def open(self):
127127
settings.configure()
128128
django.setup()
129129

130-
# now we can add the trasforms specifc to this checker
130+
# Now we can add the transforms specific 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)