Skip to content

Commit 82592e7

Browse files
authored
Fix invalid refs in 3.3 whatsnew (#10578)
1 parent 30e2555 commit 82592e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whatsnew/3/3.3/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ New Checks
319319
False Negatives Fixed
320320
---------------------
321321

322-
- 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.
322+
- 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.
323323

324324
Closes #7565. (`#7565 <https://github.com/pylint-dev/pylint/issues/7565>`_)
325325

0 commit comments

Comments
 (0)