Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3918fb2

Browse files
committed
Repair typo in comment.
1 parent e61967f commit 3918fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/dictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ dict_compare(dictobject *a, dictobject *b)
10771077
adiff = characterize(a, b, &aval);
10781078
if (adiff == NULL) {
10791079
assert(!aval);
1080-
/* Either an error, or a is a subst with the same length so
1080+
/* Either an error, or a is a subset with the same length so
10811081
* must be equal.
10821082
*/
10831083
res = PyErr_Occurred() ? -1 : 0;

0 commit comments

Comments
 (0)