Skip to content

Commit dee786a

Browse files
rubikjnothman
authored andcommitted
DOC fix typo in NearestNeighbors docstring (scikit-learn#7545)
1 parent 3619bd3 commit dee786a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/unsupervised.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class NearestNeighbors(NeighborsBase, KNeighborsMixin,
1818
Number of neighbors to use by default for :meth:`k_neighbors` queries.
1919
2020
radius : float, optional (default = 1.0)
21-
Range of parameter space to use by default for :meth`radius_neighbors`
21+
Range of parameter space to use by default for :meth:`radius_neighbors`
2222
queries.
2323
2424
algorithm : {'auto', 'ball_tree', 'kd_tree', 'brute'}, optional

0 commit comments

Comments
 (0)