From: Dmitry Alimov Date: Fri, 2 Feb 2018 02:59:48 +0000 (+0300) Subject: Fix typo in hamt.c comments (#5478) X-Git-Tag: v3.8.0a1~2284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01a0cb891694cf73b86f799c48d8c78de1b8f74c;p=python Fix typo in hamt.c comments (#5478) --- diff --git a/Python/hamt.c b/Python/hamt.c index 38f76d11e3..8998dbd76d 100644 --- a/Python/hamt.c +++ b/Python/hamt.c @@ -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 *)