]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix - implemention should be implementation (GH-16806)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2019 21:09:19 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 21:09:19 +0000 (14:09 -0700)
(cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Python/hamt.c

index b3cbf9ac820879ec894c6b9e8d6f40914a189aa3..38412596a37b024f76aeba044ff2f9afaade6af6 100644 (file)
@@ -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: