diff --git a/bertopic/_bertopic.py b/bertopic/_bertopic.py index 61418526..653cf964 100644 --- a/bertopic/_bertopic.py +++ b/bertopic/_bertopic.py @@ -177,7 +177,7 @@ def __init__( min_topic_size: The minimum size of the topic. Increasing this value will lead to a lower number of clusters/topics and vice versa. It is the same parameter as `min_cluster_size` in HDBSCAN. - NOTE: This param will not be used if you are using `hdbscan_model`. + NOTE: This param will not be used if you provide a custom `hdbscan_model`. nr_topics: Specifying the number of topics will reduce the initial number of topics to the value specified. This reduction can take a while as each reduction in topics (-1) activates a c-TF-IDF