From: Raymond Hettinger Date: Sun, 21 Mar 2004 17:35:06 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: v2.4a1~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8183fa46a9b81b74b63fb5b0e98d632b060f8eab;p=python Fix typo in comment. --- diff --git a/Objects/object.c b/Objects/object.c index bda27e0d42..ba9a1d93b1 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. */