Skip to content

Commit

Permalink
Update documentation of cpdist
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasryde committed Apr 7, 2024
1 parent 8ea9723 commit a1ab6e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/Usage/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ cdist
----------
.. autofunction:: rapidfuzz.process.cdist

cpdist
----------
.. autofunction:: rapidfuzz.process.cpdist

extract
-------
.. autofunction:: rapidfuzz.process.extract
Expand Down
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 a1ab6e3

Please sign in to comment.