Skip to content

Commit 2798b60

Browse files
hansrajdasmiss-islington
authored andcommitted
Typo fix - implemention should be implementation (GH-16806)
1 parent 3cd21aa commit 2798b60

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)