Skip to content

Commit 669508c

Browse files
authored
fix typo in docstring
1 parent d620c85 commit 669508c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdbscan/hdbscan_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ class HDBSCAN(BaseEstimator, ClusterMixin):
976976
977977
prediction_data : boolean, optional
978978
Whether to generate extra cached data for predicting labels or
979-
membership vectors few new unseen points later. If you wish to
979+
membership vectors for new unseen points later. If you wish to
980980
persist the clustering object for later re-use you probably want
981981
to set this to True.
982982
(default False)

0 commit comments

Comments
 (0)