Skip to content

Commit 225a77f

Browse files
Fixed docstring for join_topics
1 parent 4bcceb8 commit 225a77f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turftopic/models/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def join_topics(
382382
----------
383383
to_join: Sequence of int
384384
Topics to join together by ID.
385-
joint_ids: int, default None
385+
joint_id: int, default None
386386
New ID for the joint cluster.
387387
Default is the smallest ID of the topics to join.
388388
"""

0 commit comments

Comments
 (0)