Skip to content

Commit 429d67a

Browse files
DOC: Fixed typo in OPTICS api for issue scikit-learn#30129 (scikit-learn#30142)
1 parent bef9d18 commit 429d67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cluster/_optics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class OPTICS(ClusterMixin, BaseEstimator):
100100
metrics.
101101
102102
.. note::
103-
`'kulsinski'` is deprecated from SciPy 1.9 and will removed in SciPy 1.11.
103+
`'kulsinski'` is deprecated from SciPy 1.9 and will be removed in SciPy 1.11.
104104
105105
p : float, default=2
106106
Parameter for the Minkowski metric from

0 commit comments

Comments
 (0)