Skip to content

Commit 58fcf1f

Browse files
committed
Typos
1 parent c4cefde commit 58fcf1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdbscan/plots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def get_plot_data(self,
8989
giving the bounds on a full set of
9090
cluster bars
9191
Data associates with cluster splits:
92-
`line_xs` x coordinates for horiontal dendrogram lines
93-
`line_ys` y coordinates for horiontal dendrogram lines
92+
`line_xs` x coordinates for horizontal dendrogram lines
93+
`line_ys` y coordinates for horizontal dendrogram lines
9494
"""
9595
leaves = _get_leaves(self._raw_tree)
9696
last_leaf = self._raw_tree['parent'].max()

0 commit comments

Comments
 (0)