Skip to content

Commit 390119d

Browse files
committed
Update comment
1 parent b13add2 commit 390119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7907,7 +7907,7 @@ frozendict_hash(PyObject *op)
79077907
/* Factor in the number of active entries */
79087908
hash ^= ((Py_uhash_t)mp->ma_used + 1) * 1927868237UL;
79097909

7910-
/* Disperse patterns arising in nested frozensets */
7910+
/* Disperse patterns arising in nested frozendicts */
79117911
hash ^= (hash >> 11) ^ (hash >> 25);
79127912
hash = hash * 69069U + 907133923UL;
79137913

0 commit comments

Comments
 (0)