From f81253844951437f6594f6b93dc703f616cca13a Mon Sep 17 00:00:00 2001 From: Hansraj Das Date: Wed, 16 Oct 2019 02:19:13 +0530 Subject: [PATCH] Typo fix - implemention should be implementation (GH-16806) (cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b) Co-authored-by: Hansraj Das --- Python/hamt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/hamt.c b/Python/hamt.c index 71a5ec87c5856a..6bcdfac15fd30d 100644 --- a/Python/hamt.c +++ b/Python/hamt.c @@ -5,7 +5,7 @@ #include "internal/hamt.h" /* -This file provides an implemention of an immutable mapping using the +This file provides an implementation of an immutable mapping using the Hash Array Mapped Trie (or HAMT) datastructure. This design allows to have: