diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-22 13:20:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 13:20:50 +0100 |
commit | 3a6ddc9072cd1133065fab2ff60967619f625881 (patch) | |
tree | ec4249b4c791734d494fa9e5c4942c7bd3545d2f /pylint/lint/pylinter.py | |
parent | 7794ba5510c2654425c731e391934a0a2a4ac1e6 (diff) | |
download | pylint-git-regression-test-for-3181.tar.gz |
Apply suggestions from code reviewregression-test-for-3181
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
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", |