From dd0c8a9635817fd72110527404712276354b4872 Mon Sep 17 00:00:00 2001 From: Hansraj Das Date: Wed, 16 Oct 2019 00:04:19 +0530 Subject: [PATCH] Typo fix - implemention should be implementation --- Python/hamt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/hamt.c b/Python/hamt.c index 28b4e1ef6cd2fd..ea659c800fc460 100644 --- a/Python/hamt.c +++ b/Python/hamt.c @@ -6,7 +6,7 @@ #include "structmember.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: