From f2398ce9e60919f15902f73376a04782e56b986e Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:58:39 +0200 Subject: [PATCH] Fix invalid refs in 3.3 whatsnew (#10578) (cherry picked from commit 82592e7a2edb23ace8940ac236da3ff87d4c630b) --- doc/whatsnew/3/3.3/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew/3/3.3/index.rst b/doc/whatsnew/3/3.3/index.rst index 9460f1e732..787d17c606 100644 --- a/doc/whatsnew/3/3.3/index.rst +++ b/doc/whatsnew/3/3.3/index.rst @@ -319,7 +319,7 @@ New Checks False Negatives Fixed --------------------- -- Fix computation of never-returning function: :py:class:`typing.Never` is handled in addition to :py:class:`typing.NoReturn`, and priority is given to the explicit `--never-returning-functions` option. +- Fix computation of never-returning function: :py:data:`typing.Never` is handled in addition to :py:data:`typing.NoReturn`, and priority is given to the explicit `--never-returning-functions` option. Closes #7565. (`#7565 `_)