summaryrefslogtreecommitdiff
path: root/pylint/exceptions.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/exceptions.py
parent60d471c36f0f390b4f51744eacd73ed99aae164a (diff)
downloadpylint-git-9d23fab60bb5405fde4b081f980693f0b797f41c.tar.gz
Spelling fixes
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index 3a5bba216..b9d80b423 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -12,7 +12,7 @@ class InvalidMessageError(Exception):
"""raised when a message creation, registration or addition is rejected"""
class UnknownMessageError(Exception):
- """raised when a unregistered message id is encountered"""
+ """raised when an unregistered message id is encountered"""
class EmptyReportError(Exception):
"""raised when a report is empty and so should not be displayed"""