From: Hansraj Das Date: Tue, 15 Oct 2019 20:49:13 +0000 (+0530) Subject: Typo fix - implemention should be implementation (GH-16806) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2798b60c55619d8981288b69c20ba4a09efc7b0b;p=python Typo fix - implemention should be implementation (GH-16806) --- diff --git a/Python/hamt.c b/Python/hamt.c index 28b4e1ef6c..ea659c800f 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: