Skip to content

Commit d32fdb6

Browse files
BordaSkafteNicki
andauthored
Apply suggestions from code review
Co-authored-by: Nicki Skafte <[email protected]>
1 parent 3a046ca commit d32fdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/metrics/functional/accuracy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def accuracy(
2929
r"""
3030
This implementation refers to :class:`~torchmetrics.functional.accuracy`.
3131
32-
.. warning:: This metric is deprecated, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
32+
.. warning:: This metric is deprecated since v1.3.0, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
3333
"""
3434

3535
rank_zero_warn(

0 commit comments

Comments
 (0)