summaryrefslogtreecommitdiff
path: root/pylint/test/unittest_lint.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-04-02 15:55:37 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2017-04-02 15:55:37 +0300
commitc812c59b31ba0b3f45c4bef6d4d93f561f79949d (patch)
tree707361a100a8db979776ad1c7dd0df4e08e97f37 /pylint/test/unittest_lint.py
parent18de1cf54a6d8cf3638ea43310ab915324b4a1f3 (diff)
downloadpylint-git-c812c59b31ba0b3f45c4bef6d4d93f561f79949d.tar.gz
Spelling fixes (#1397)
Diffstat (limited to 'pylint/test/unittest_lint.py')
-rw-r--r--pylint/test/unittest_lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/unittest_lint.py b/pylint/test/unittest_lint.py
index 9afea1bcc..0952d0c7f 100644
--- a/pylint/test/unittest_lint.py
+++ b/pylint/test/unittest_lint.py
@@ -662,7 +662,7 @@ class TestMessagesStore(object):
msg, checkerref=False)
def test_message_help_minmax(self, store):
- # build the message manually to be python version independant
+ # build the message manually to be python version independent
msg = store.check_message_id('E1234')
self._compare_messages(
''':duplicate-keyword-arg (E1234): *Duplicate keyword argument %r in %s call*