Commit 3f8dae73 authored by Neal Norwitz's avatar Neal Norwitz

Fix typo

parent a407300c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment