mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Fix typo in a comment.
This commit is contained in:
parent
9d4cbcc86b
commit
06a1c8dfa0
@ -681,7 +681,7 @@ frozenset_hash(PyObject *self)
|
||||
hash *= (Py_uhash_t)PySet_GET_SIZE(self) + 1;
|
||||
while (set_next(so, &pos, &entry)) {
|
||||
/* Work to increase the bit dispersion for closely spaced hash
|
||||
values. The is important because some use cases have many
|
||||
values. This is important because some use cases have many
|
||||
combinations of a small number of elements with nearby
|
||||
hashes so that many distinct combinations collapse to only
|
||||
a handful of distinct hash values. */
|
||||
|
Loading…
Reference in New Issue
Block a user