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/interfaces.py | |
parent | 60d471c36f0f390b4f51744eacd73ed99aae164a (diff) | |
download | pylint-git-9d23fab60bb5405fde4b081f980693f0b797f41c.tar.gz |
Spelling fixes
Diffstat (limited to 'pylint/interfaces.py')
-rw-r--r-- | pylint/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/interfaces.py b/pylint/interfaces.py index e24e7d9c3..c43ec9260 100644 --- a/pylint/interfaces.py +++ b/pylint/interfaces.py @@ -45,7 +45,7 @@ def implements(obj, interface): class IChecker(Interface): - """This is an base interface, not designed to be used elsewhere than for + """This is a base interface, not designed to be used elsewhere than for sub interfaces definition. """ |