diff options
author | Ville Skyttä <ville.skytta@upcloud.com> | 2018-01-30 22:41:03 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-30 21:51:11 +0100 |
commit | 9d23fab60bb5405fde4b081f980693f0b797f41c (patch) | |
tree | 21a20fce136cd36d7b1b0ae2b297bdde939f855c /pylint/checkers/classes.py | |
parent | 60d471c36f0f390b4f51744eacd73ed99aae164a (diff) | |
download | pylint-git-9d23fab60bb5405fde4b081f980693f0b797f41c.tar.gz |
Spelling fixes
Diffstat (limited to 'pylint/checkers/classes.py')
-rw-r--r-- | pylint/checkers/classes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/classes.py b/pylint/checkers/classes.py index 5cbcb63e4..b76fa1dfc 100644 --- a/pylint/checkers/classes.py +++ b/pylint/checkers/classes.py @@ -1380,7 +1380,7 @@ class SpecialMethodsChecker(BaseChecker): {'old_names': [('E0235', 'bad-context-manager')]}), 'E0303': ('__len__ does not return non-negative integer', 'invalid-length-returned', - 'Used when an __len__ method returns something which is not a ' + 'Used when a __len__ method returns something which is not a ' 'non-negative integer', {}), } priority = -2 |