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

Skip to content

Commit 3f8dae7

Browse files
committed
Fix typo
1 parent a407300 commit 3f8dae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ do_cmp(PyObject *v, PyObject *w)
650650
But if it returns undefined we fall through. */
651651
if (c != 2)
652652
return c;
653-
/* Else fall throug to try_rich_to_3way_compare() */
653+
/* Else fall through to try_rich_to_3way_compare() */
654654
}
655655
else
656656
return adjust_tp_compare(c);

0 commit comments

Comments
 (0)