Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61967f commit 3918fb2Copy full SHA for 3918fb2
1 file changed
Objects/dictobject.c
@@ -1077,7 +1077,7 @@ dict_compare(dictobject *a, dictobject *b)
1077
adiff = characterize(a, b, &aval);
1078
if (adiff == NULL) {
1079
assert(!aval);
1080
- /* 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
1081
* must be equal.
1082
*/
1083
res = PyErr_Occurred() ? -1 : 0;
0 commit comments