]> 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:07:40 +0000 (14:07 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 21:07:40 +0000 (14:07 -0700)
(cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b)

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

index 71a5ec87c5856a25b7d8036f6865d9d96eb8dcc8..6bcdfac15fd30de1522ee5a7ecb36575f6a3b2bb 100644 (file)
@@ -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: