Kaydet (Commit) 8183fa46 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo in comment.

üst 66025204
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment