From 740794215179896589d017ea497428488d495f35 Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Sat, 1 Oct 2016 13:50:19 +0200 Subject: [PATCH] DOC fix typo in NearestNeighbors docstring --- sklearn/neighbors/unsupervised.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/neighbors/unsupervised.py b/sklearn/neighbors/unsupervised.py index 7231c820976a4..e20fcb9ab65ba 100644 --- a/sklearn/neighbors/unsupervised.py +++ b/sklearn/neighbors/unsupervised.py @@ -18,7 +18,7 @@ class NearestNeighbors(NeighborsBase, KNeighborsMixin, Number of neighbors to use by default for :meth:`k_neighbors` queries. radius : float, optional (default = 1.0) - Range of parameter space to use by default for :meth`radius_neighbors` + Range of parameter space to use by default for :meth:`radius_neighbors` queries. algorithm : {'auto', 'ball_tree', 'kd_tree', 'brute'}, optional