Skip to content

Commit

Permalink
dev(dispatch): fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tong committed Sep 13, 2022
1 parent dfcd398 commit 974ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeval/core/base_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BaseMetric(metaclass=ABCMeta):
``mmeval.core.list_all_backends()``.
If None, use the default backend. Defaults to None.
Example to implement a accuracy metric:
Example to implement an accuracy metric:
>>> from mmeval.core import BaseMetric
Expand Down

0 comments on commit 974ca9a

Please sign in to comment.