Skip to content

Commit 6c12514

Browse files
kjacks21amueller
authored andcommitted
[MRG] DOC removed redundant word from KNN docs (scikit-learn#7345)
1 parent 5305861 commit 6c12514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class KNeighborsClassifier(NeighborsBase, KNeighborsMixin,
108108
.. warning::
109109
110110
Regarding the Nearest Neighbors algorithms, if it is found that two
111-
neighbors, neighbor `k+1` and `k`, have identical distances but
111+
neighbors, neighbor `k+1` and `k`, have identical distances
112112
but different labels, the results will depend on the ordering of the
113113
training data.
114114

0 commit comments

Comments
 (0)