aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHansraj Das <raj.das.136@gmail.com>2019-10-16 02:19:13 +0530
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-15 13:49:13 -0700
commit2798b60c55619d8981288b69c20ba4a09efc7b0b (patch)
tree9de6ee1128d749d0d6a2bb9d20242ac4e82072fb /Python/hamt.c
parentbpo-38468 : Refactor python-config (#16749) (diff)
downloadcpython-2798b60c55619d8981288b69c20ba4a09efc7b0b.tar.gz
cpython-2798b60c55619d8981288b69c20ba4a09efc7b0b.tar.bz2
cpython-2798b60c55619d8981288b69c20ba4a09efc7b0b.zip
Typo fix - implemention should be implementation (GH-16806)
Diffstat (limited to 'Python/hamt.c')
-rw-r--r--Python/hamt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/hamt.c b/Python/hamt.c
index 28b4e1ef6cd..ea659c800fc 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: