commit | 8183fa46a9b81b74b63fb5b0e98d632b060f8eab | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Mar 21 17:35:06 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Mar 21 17:35:06 2004 +0000 |
tree | 44b1fb7c7f9b5bf1104e5f7ed854b6fbd2581aec | |
parent | 660252047347d1effbe00162ff990fc7a57d4d2a [diff] |
Fix typo in comment.
diff --git a/Objects/object.c b/Objects/object.c index bda27e0..ba9a1d9 100644 --- a/Objects/object.c +++ b/Objects/object.c
@@ -895,7 +895,7 @@ } /* 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. */