8000 DOC fix typo in euclidean_distances (#25331) · Anthony22-dev/scikit-learn@860b34c · GitHub
[go: up one dir, main page]

Skip to content

Commit 860b34c

Browse files
authored
DOC fix typo in euclidean_distances (scikit-learn#25331)
1 parent fb9c549 commit 860b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def euclidean_distances(
277277
278278
See Also
279279
--------
280-
paired_distances : Distances betweens pairs of elements of X and Y.
280+
paired_distances : Distances between pairs of elements of X and Y.
281281
282282
Notes
283283
-----

0 commit comments

Comments
 (0)
0