mirror of https://github.com/python/cpython
Fix typo
This commit is contained in:
parent
a407300cd7
commit
3f8dae73c7
|
@ -650,7 +650,7 @@ do_cmp(PyObject *v, PyObject *w)
|
||||||
But if it returns undefined we fall through. */
|
But if it returns undefined we fall through. */
|
||||||
if (c != 2)
|
if (c != 2)
|
||||||
return c;
|
return c;
|
||||||
/* Else fall throug to try_rich_to_3way_compare() */
|
/* Else fall through to try_rich_to_3way_compare() */
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return adjust_tp_compare(c);
|
return adjust_tp_compare(c);
|
||||||
|
|
Loading…
Reference in New Issue