Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fn/immutable/heap.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def extract(self):
def union(self, other):
"""Returns new heap as a result of merging two given

Note, that originally this operation for pairingi heap was
Note, that originally this operation for pairing heap was
named "meld", see [1] and [2]. We use here name "union" to
follow consistent naming convention for all heap implementations.
"""
Expand Down