diff options
Diffstat (limited to 'pylint/lint.py')
-rw-r--r-- | pylint/lint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint.py b/pylint/lint.py index 7e5414540..6c11dfc2a 100644 --- a/pylint/lint.py +++ b/pylint/lint.py @@ -190,7 +190,7 @@ MSGS = { "I0011": ( "Locally disabling %s (%s)", "locally-disabled", - "Used when an inline option disables a message or a messages " "category.", + "Used when an inline option disables a message or a messages category.", ), "I0013": ( "Ignoring entire file", |