Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Mar 21, 2004
1 parent 6602520 commit 8183fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ PyObject_RichCompareBool(PyObject *v, PyObject *w, int op)
}

/* Set of hash utility functions to help maintaining the invariant that
iff a==b then hash(a)==hash(b)
if a==b then hash(a)==hash(b)
All the utility functions (_Py_Hash*()) return "-1" to signify an error.
*/
Expand Down

0 comments on commit 8183fa4

Please sign in to comment.