diff --git a/doc/whatsnew/4/4.0/index.rst b/doc/whatsnew/4/4.0/index.rst index d4d31f8a0a..a5b5a3d391 100644 --- a/doc/whatsnew/4/4.0/index.rst +++ b/doc/whatsnew/4/4.0/index.rst @@ -241,7 +241,7 @@ New Checks * :ref:`match-class-positional-attributes` is emitted if a class pattern has positional attributes when keywords could be used. - Refs #10586 (`#10586 `_) + Refs #10587 (`#10587 `_) - Add a ``consider-math-not-float`` message. ``float("nan")`` and ``float("inf")`` are slower than their counterpart ``math.inf`` and ``math.nan`` by a factor of 4 (notwithstanding