Kaydet (Commit) 3918fb25 authored tarafından Tim Peters's avatar Tim Peters

Repair typo in comment.

üst e61967f5
......@@ -1077,7 +1077,7 @@ dict_compare(dictobject *a, dictobject *b)
adiff = characterize(a, b, &aval);
if (adiff == NULL) {
assert(!aval);
/* Either an error, or a is a subst with the same length so
/* Either an error, or a is a subset with the same length so
* must be equal.
*/
res = PyErr_Occurred() ? -1 : 0;
......
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