commit | 2798b60c55619d8981288b69c20ba4a09efc7b0b | [log] [tgz] |
---|---|---|
author | Hansraj Das <raj.das.136@gmail.com> | Wed Oct 16 02:19:13 2019 +0530 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 15 13:49:13 2019 -0700 |
tree | 9de6ee1128d749d0d6a2bb9d20242ac4e82072fb | |
parent | 3cd21aa6a1467723ccc85e6411a6cbe7fa81ef76 [diff] |
Typo fix - implemention should be implementation (GH-16806)
diff --git a/Python/hamt.c b/Python/hamt.c index 28b4e1e..ea659c8 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: