]> granicus.if.org Git - python/commitdiff
Typo fix - implemention should be implementation (GH-16806)
authorHansraj Das <raj.das.136@gmail.com>
Tue, 15 Oct 2019 20:49:13 +0000 (02:19 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2019 20:49:13 +0000 (13:49 -0700)
Python/hamt.c

index 28b4e1ef6cd2fd1d98dbb67fda34c765c277075b..ea659c800fc460d33647ebdc2255c421dc0a76a5 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: