From 06097dc6fbbcd8efc6d5e257d6f869a8c0df8e24 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 21 Dec 2019 15:17:46 +1100 Subject: [PATCH] Fix simple typo: pairingi -> pairing Closes #84 --- fn/immutable/heap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fn/immutable/heap.py b/fn/immutable/heap.py index ecdf778..f38255d 100644 --- a/fn/immutable/heap.py +++ b/fn/immutable/heap.py @@ -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. """