summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-15 21:07:40 (GMT)
committerGitHub <noreply@github.com>2019-10-15 21:07:40 (GMT)
commit079a1e6307be6cd35122af7773e2bcecdb828239 (patch)
treea008d11875597e8ad6c23d64189e84f5dd55ad38 /Python
parente48589d2658ab814d38814210bab6a4765a5bd77 (diff)
downloadcpython-079a1e6307be6cd35122af7773e2bcecdb828239.zip
cpython-079a1e6307be6cd35122af7773e2bcecdb828239.tar.gz
cpython-079a1e6307be6cd35122af7773e2bcecdb828239.tar.bz2
Typo fix - implemention should be implementation (GH-16806)
(cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b) Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Diffstat (limited to 'Python')
-rw-r--r--Python/hamt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/hamt.c b/Python/hamt.c
index 71a5ec8..6bcdfac 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: