Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Python/hamt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
if (new_count == 1) {
/* The node has two keys, and after deletion the
new Collision node would have one. Collision nodes
with one key shouldn't exist, co convert it to a
with one key shouldn't exist, so convert it to a
Bitmap node.
*/
PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)
Expand Down