Skip to content

Commit

Permalink
Update function text
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryde committed Apr 7, 2024
1 parent 598f596 commit b9cf116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapidfuzz/process_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def cpdist(
scorer_kwargs: dict[str, Any] | None = None,
) -> np.ndarray:
"""
Compute pairwise distance/similarity between corresponding elements in the two collection of inputs.
Compute pairwise distance/similarity between corresponding elements of the two input lists of strings.
Parameters
----------
Expand Down

0 comments on commit b9cf116

Please sign in to comment.