mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Fix typo in hamt.c comments (GH-5478) (#5484)
(cherry picked from commit 01a0cb8916
)
Co-authored-by: Dmitry Alimov <dvalimov@gmail.com>
This commit is contained in:
parent
71a0b0e6e8
commit
5d2dcd044d
1 changed files with 1 additions and 1 deletions
|
@ -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 *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue