Skip to content

Commit aa25f2b

Browse files
cdce8ppylint-backport[bot]
authored andcommitted
Fix reference in 4.0 whatsnew (#10644)
(cherry picked from commit 49c0db5)
1 parent 0939ac5 commit aa25f2b

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)