From aa25f2b676f7f16076f79508bdf5842c1ff35806 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 12 Oct 2025 21:42:12 +0200 Subject: [PATCH] Fix reference in 4.0 whatsnew (#10644) (cherry picked from commit 49c0db5770d8858f2e294ca563d838326c9c0555) --- 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