Skip to content

Commit 8ca282f

Browse files
Typo fix - implemention should be implementation (GH-16806)
(cherry picked from commit 2798b60) Co-authored-by: Hansraj Das <[email protected]>
1 parent f705f8e commit 8ca282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/hamt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "structmember.h"
77

88
/*
9-
This file provides an implemention of an immutable mapping using the
9+
This file provides an implementation of an immutable mapping using the
1010
Hash Array Mapped Trie (or HAMT) datastructure.
1111
1212
This design allows to have:

0 commit comments

Comments
 (0)