[Python-checkins] python/dist/src/Objects object.c,2.176,2.177
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2002年5月31日 13:23:36 -0700
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv5987
Modified Files:
object.c
Log Message:
Fix typo
Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.176
retrieving revision 2.177
diff -C2 -d -r2.176 -r2.177
*** object.c 31 May 2002 20:03:54 -0000 2.176
--- object.c 31 May 2002 20:23:33 -0000 2.177
***************
*** 651,655 ****
if (c != 2)
return c;
! /* Else fall throug to try_rich_to_3way_compare() */
}
else
--- 651,655 ----
if (c != 2)
return c;
! /* Else fall through to try_rich_to_3way_compare() */
}
else