From 8183fa46a9b81b74b63fb5b0e98d632b060f8eab Mon Sep 17 00:00:00 2001 From: Raymond Hettinger <python@rcn.com> Date: Sun, 21 Mar 2004 17:35:06 +0000 Subject: [PATCH] Fix typo in comment. --- Objects/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/object.c b/Objects/object.c index bda27e0d424..ba9a1d93b11 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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. */ -- 2.30.9