mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Repair typo in comment.
This commit is contained in:
parent
e61967f537
commit
3918fb2549
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue