Skip to content

Commit 194790c

Browse files
Fix invalid refs in 3.3 whatsnew (#10578) (#10579)
(cherry picked from commit 82592e7) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 9823870 commit 194790c

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)