Skip to content

Commit c13b2b6

Browse files
[Backport maintenance/4.0.x] Fix reference in 4.0 whatsnew (#10645)
Fix reference in 4.0 whatsnew (#10644) (cherry picked from commit 49c0db5) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 0939ac5 commit c13b2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whatsnew/4/4.0/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ New Checks
241241
* :ref:`match-class-positional-attributes` is emitted if a class pattern has positional
242242
attributes when keywords could be used.
243243

244-
Refs #10586 (`#10586 <https://github.com/pylint-dev/pylint/issues/10586>`_)
244+
Refs #10587 (`#10587 <https://github.com/pylint-dev/pylint/issues/10587>`_)
245245

246246
- Add a ``consider-math-not-float`` message. ``float("nan")`` and ``float("inf")`` are slower
247247
than their counterpart ``math.inf`` and ``math.nan`` by a factor of 4 (notwithstanding

0 commit comments

Comments
 (0)