Skip to content

Commit

Permalink
docs: fix get_match_value docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Oct 11, 2022
1 parent a3f841e commit d0507fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moe/util/core/match.py
Expand Up @@ -33,7 +33,7 @@


def get_match_value(item_a: Union[Album, Track], item_b: Union[Album, Track]) -> float:
"""Returns a similarity "match value" between two albums on a scale of 0 to 1.
"""Returns a similarity value between two albums or tracks on a scale of 0 to 1.
Args:
item_a: First item to compare.
Expand Down

0 comments on commit d0507fe

Please sign in to comment.