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

Skip to content

Commit 8183fa4

Browse files
committed
Fix typo in comment.
1 parent 6602520 commit 8183fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ PyObject_RichCompareBool(PyObject *v, PyObject *w, int op)
895895
}
896896

897897
/* Set of hash utility functions to help maintaining the invariant that
898-
iff a==b then hash(a)==hash(b)
898+
if a==b then hash(a)==hash(b)
899899
900900
All the utility functions (_Py_Hash*()) return "-1" to signify an error.
901901
*/

0 commit comments

Comments
 (0)