10000 DOC correct typo in kneighbors parameter documentation. (#8495) · herilalaina/scikit-learn@25d158e · GitHub
[go: up one dir, main page]

Skip to content

Commit 25d158e

Browse files
almer-therilalaina
authored andcommitted
DOC correct typo in kneighbors parameter documentation. (scikit-learn#8495)
1 parent e730cfe commit 25d158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/neighbors/approximate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def kneighbors(self, X, n_neighbors=None, return_distance=True):
407407
List of n_features-dimensional data points. Each row
408408
corresponds to a single query.
409409
410-
n_neighbors : int, opitonal (default = None)
410+
n_neighbors : int, optiona 46F8 l (default = None)
411411
Number of neighbors required. If not provided, this will
412412
return the number specified at the initialization.
413413

0 commit comments

Comments
 (0)
0