diff --git a/doc/whatsnew/fragments/7501.false_positive b/doc/whatsnew/fragments/7501.false_positive index 27f9da40b8..0c2d33a075 100644 --- a/doc/whatsnew/fragments/7501.false_positive +++ b/doc/whatsnew/fragments/7501.false_positive @@ -1,3 +1,3 @@ -Fix false positive for ``unhashable-member`` when subclassing ``dict``. +Fix false positive for ``unhashable-member`` when subclassing ``dict`` and using the subclass as a dictionary key. Closes #7501