Skip to content

Commit e55f957

Browse files
authored
Merge pull request #573 from yoavram/patch-1
Fix typo in docstring
2 parents d620c85 + 669508c commit e55f957

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)