From 519b99711647d9547bc394d2dde7980baa36ed51 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 10 Jul 2024 17:28:05 -0400 Subject: [PATCH] Reword news --- doc/whatsnew/fragments/9672.false_positive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew/fragments/9672.false_positive b/doc/whatsnew/fragments/9672.false_positive index 4e74c111f4..5838bdc4f3 100644 --- a/doc/whatsnew/fragments/9672.false_positive +++ b/doc/whatsnew/fragments/9672.false_positive @@ -1,4 +1,4 @@ Quiet false positives for `unexpected-keyword-arg` when pylint cannot -determine which of two or more ambiguous classes are being instantiated. +determine which of two or more dynamically defined classes are being instantiated. Closes #9672