Skip to content

Commit 01a0cb8

Browse files
delimitry1st1
authored andcommitted
Fix typo in hamt.c comments (#5478)
1 parent 3d4dbd8 commit 01a0cb8

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
@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
14761476
if (new_count == 1) {
14771477
/* The node has two keys, and after deletion the
14781478
new Collision node would have one. Collision nodes
1479-
with one key shouldn't exist, co convert it to a
1479+
with one key shouldn't exist, so convert it to a
14801480
Bitmap node.
14811481
*/
14821482
PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)

0 commit comments

Comments
 (0)