Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nicki Skafte <[email protected]>
  • Loading branch information
Borda and SkafteNicki authored Mar 15, 2021
1 parent 3a046ca commit d32fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/metrics/functional/accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def accuracy(
r"""
This implementation refers to :class:`~torchmetrics.functional.accuracy`.
.. warning:: This metric is deprecated, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
.. warning:: This metric is deprecated since v1.3.0, use ``torchmetrics.functional.accuracy``. Will be removed in v1.5.0.
"""

rank_zero_warn(
Expand Down

0 comments on commit d32fdb6

Please sign in to comment.