From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:07:40 +0000 (-0700) Subject: Typo fix - implemention should be implementation (GH-16806) X-Git-Tag: v3.7.6rc1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079a1e6307be6cd35122af7773e2bcecdb828239;p=thirdparty%2FPython%2Fcpython.git Typo fix - implemention should be implementation (GH-16806) (cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b) Co-authored-by: Hansraj Das --- diff --git a/Python/hamt.c b/Python/hamt.c index 71a5ec87c585..6bcdfac15fd3 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: