From 432aac33de5e9634be0fd954e8c848994a87b353 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 12 Oct 2025 21:12:17 +0200 Subject: [PATCH] Fix reference in 4.0 whatsnew --- doc/whatsnew/4/4.0/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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