We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4dbd8 commit 01a0cb8Copy full SHA for 01a0cb8
Python/hamt.c
@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
1476
if (new_count == 1) {
1477
/* The node has two keys, and after deletion the
1478
new Collision node would have one. Collision nodes
1479
- with one key shouldn't exist, co convert it to a
+ with one key shouldn't exist, so convert it to a
1480
Bitmap node.
1481
*/
1482
PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)
0 commit comments