[docs] [issue32743] Typo in hamt.c comments

Dmitry Alimov report at bugs.python.org
Thu Feb 1 12:16:51 EST 2018


New submission from Dmitry Alimov <dvalimov at gmail.com>:

In the comments to `hamt_node_collision_without` function in hamt.c module, I think should be `so convert` instead of `co convert`:

```
             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.
                 */
```

----------
assignee: docs at python
components: Documentation
messages: 311452
nosy: delimitry, docs at python, yselivanov
priority: normal
severity: normal
status: open
title: Typo in hamt.c comments
type: enhancement
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32743>
_______________________________________


More information about the docs mailing list