Skip to content

Commit 48e35c8

Browse files
Fix typo in Treap node docstringfix: remove accidental typo in Node class docstring
1 parent 6b468e5 commit 48e35c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/binary_tree/treap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Node:
77
"""
8-
Treap's nodeh
8+
Treap's node
99
Treap is a binary tree by value and heap by priority
1010
"""
1111

0 commit comments

Comments
 (0)