[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.58,1.59
fdrake@sourceforge.net
fdrake@sourceforge.net
2002年4月09日 07:39:12 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv27402/ref
Modified Files:
ref5.tex
Log Message:
Fix typo: coverted --> converted. Reported by Francois Pinard.
Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** ref5.tex 1 Apr 2002 21:05:21 -0000 1.58
--- ref5.tex 9 Apr 2002 14:39:10 -0000 1.59
***************
*** 814,818 ****
\code{!=} compare
the values of two objects. The objects need not have the same type.
! If both are numbers, they are coverted to a common type. Otherwise,
objects of different types \emph{always} compare unequal, and are
ordered consistently but arbitrarily.
--- 814,818 ----
\code{!=} compare
the values of two objects. The objects need not have the same type.
! If both are numbers, they are converted to a common type. Otherwise,
objects of different types \emph{always} compare unequal, and are
ordered consistently but arbitrarily.