Skip to content

Commit 01fa4df

Browse files
Modify the description of HIGH confidence for accuracy
1 parent 86c3709 commit 01fa4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
Confidence = namedtuple("Confidence", ["name", "description"])
4444
# Warning Certainties
45-
HIGH = Confidence("HIGH", "No false positive possible.")
45+
HIGH = Confidence("HIGH", "Warning that is not based on inference result.")
4646
INFERENCE = Confidence("INFERENCE", "Warning based on inference result.")
4747
INFERENCE_FAILURE = Confidence(
4848
"INFERENCE_FAILURE", "Warning based on inference with failures."

0 commit comments

Comments
 (0)