summaryrefslogtreecommitdiff
path: root/pylint/testutils/configuration_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/testutils/configuration_test.py')
-rw-r--r--pylint/testutils/configuration_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/configuration_test.py b/pylint/testutils/configuration_test.py
index 998280974..bff79ee05 100644
--- a/pylint/testutils/configuration_test.py
+++ b/pylint/testutils/configuration_test.py
@@ -86,8 +86,8 @@ def get_expected_output(
"""Get the expected output of a functional test."""
exit_code = 0
msg = (
- "we expect a single file of the form 'filename.32.out' with 'filename' the "
- "stem of the configuration file, and '32' the expected error code."
+ "We expect a single file of the form 'filename.32.out' where 'filename' represents "
+ "the name of the configuration file, and '32' the expected error code."
)
possible_out_files = get_related_files(configuration_path, suffix_filter="out")
if len(possible_out_files) > 1: