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/exceptions.py | |
| parent | 60d471c36f0f390b4f51744eacd73ed99aae164a (diff) | |
| download | pylint-git-9d23fab60bb5405fde4b081f980693f0b797f41c.tar.gz | |
Spelling fixes
Diffstat (limited to 'pylint/exceptions.py')
| -rw-r--r-- | pylint/exceptions.py | 2 |
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""" |
