This commit is contained in:
Neal Norwitz 2002-05-31 20:23:33 +00:00
parent a407300cd7
commit 3f8dae73c7
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ do_cmp(PyObject *v, PyObject *w)
But if it returns undefined we fall through. */
if (c != 2)
return c;
/* Else fall throug to try_rich_to_3way_compare() */
/* Else fall through to try_rich_to_3way_compare() */
}
else
return adjust_tp_compare(c);