mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
Remove stray | in comment
This commit is contained in:
parent
9b10f7e0cb
commit
80af59cbd4
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ PyDict_SetItem(register PyObject *op, PyObject *key, PyObject *value)
|
|||
* Quadrupling the size improves average dictionary sparseness
|
||||
* (reducing collisions) at the cost of some memory and iteration
|
||||
* speed (which loops over every possible entry). It also halves
|
||||
| * the number of expensive resize operations in a growing dictionary.
|
||||
* the number of expensive resize operations in a growing dictionary.
|
||||
*
|
||||
* Very large dictionaries (over 50K items) use doubling instead.
|
||||
* This may help applications with severe memory constraints.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue