Skip to content

Commit f0afd91

Browse files
committed
Change 'language' to 'syntax', that is more precise terminology.
1 parent 3c5b4e2 commit f0afd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class PEP8(PythonLinter):
4848

4949
"""Provides an interface to the pep8 python module/script."""
5050

51-
language = 'python'
51+
syntax = 'python'
5252
cmd = ('pep8@python', '*', '-')
5353
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+): (?:(?P<error>E)|(?P<warning>W))\d+ (?P<message>.+)'
5454
multiline = True

0 commit comments

Comments
 (0)