diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-04-02 15:55:37 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-04-02 15:55:37 +0300 |
commit | c812c59b31ba0b3f45c4bef6d4d93f561f79949d (patch) | |
tree | 707361a100a8db979776ad1c7dd0df4e08e97f37 /pylint/test/unittest_lint.py | |
parent | 18de1cf54a6d8cf3638ea43310ab915324b4a1f3 (diff) | |
download | pylint-git-c812c59b31ba0b3f45c4bef6d4d93f561f79949d.tar.gz |
Spelling fixes (#1397)
Diffstat (limited to 'pylint/test/unittest_lint.py')
-rw-r--r-- | pylint/test/unittest_lint.py | 2 |
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* |