8000 DOC fix typo in docstring (#15887) · scikit-learn/scikit-learn@6478e4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6478e4b

Browse files
wenliwyanqinhanmin2014
authored andcommitted
DOC fix typo in docstring (#15887)
1 parent 41747f6 commit 6478e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def kneighbors(self, X=None, n_neighbors=None, return_distance=True):
558558
559559
Examples
560560
--------
561-
In the following example, we construct a NeighborsClassifier
561+
In the following example, we construct a NearestNeighbors
562562
class from an array representing our data set and ask who's
563563
the closest point to [1,1,1]
564564

0 commit comments

Comments
 (0)
0