summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
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"""