Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ba5665

Browse files
committed
Fix typo in comment.
1 parent 92b7adb commit 6ba5665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/setobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ frozenset_hash(PyObject *self)
768768
hash ^= ((h ^ 89869747UL) ^ (h << 16)) * 3644798167UL;
769769
}
770770
/* Make the final result spread-out in a different pattern
771-
than the algorithem for tuples or other python objects. */
771+
than the algorithm for tuples or other python objects. */
772772
hash = hash * 69069U + 907133923UL;
773773
if (hash == -1)
774774
hash = 590923713UL;

0 commit comments

Comments
 (0)