diff options
Diffstat (limited to 'pylint/lint/pylinter.py')
-rw-r--r-- | pylint/lint/pylinter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/lint/pylinter.py b/pylint/lint/pylinter.py index 254a5c2f4..9b2048894 100644 --- a/pylint/lint/pylinter.py +++ b/pylint/lint/pylinter.py @@ -101,7 +101,7 @@ MSGS = { "F0011": ( "error while parsing the configuration: %s", "conf-parse-error", - "Used when an exception occurred while parsing the configuration given.", + "Used when an exception occurred while parsing a pylint configuration file.", ), "I0001": ( "Unable to run raw checkers on built-in module %s", |