Skip to content

Commit 2798b60

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/hamt.c

Lines changed: 1 addition & 1 deletion
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)