summaryrefslogtreecommitdiff
path: root/pylint/interfaces.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@upcloud.com>2018-01-30 22:41:03 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-30 21:51:11 +0100
commit9d23fab60bb5405fde4b081f980693f0b797f41c (patch)
tree21a20fce136cd36d7b1b0ae2b297bdde939f855c /pylint/interfaces.py
parent60d471c36f0f390b4f51744eacd73ed99aae164a (diff)
downloadpylint-git-9d23fab60bb5405fde4b081f980693f0b797f41c.tar.gz
Spelling fixes
Diffstat (limited to 'pylint/interfaces.py')
-rw-r--r--pylint/interfaces.py2
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.
"""