summaryrefslogtreecommitdiff
path: root/pylint/testutils/functional_test_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/testutils/functional_test_file.py')
-rw-r--r--pylint/testutils/functional_test_file.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/functional_test_file.py b/pylint/testutils/functional_test_file.py
index 5a6cad2df..cb13cd21d 100644
--- a/pylint/testutils/functional_test_file.py
+++ b/pylint/testutils/functional_test_file.py
@@ -16,7 +16,7 @@ from pylint.testutils.functional import (
)
warnings.warn(
- "'pylint.testutils.functional_test_file' will be accessible by"
- " the 'pylint.testutils.functional' API in pylint 3.0",
+ "'pylint.testutils.functional_test_file' will be accessible from"
+ " the 'pylint.testutils.functional' namespace in pylint 3.0.",
DeprecationWarning,
)