[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.53.4.3,1.53.4.4

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 09 Apr 2002 07:38:46 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv27228/ref

Modified Files:
      Tag: release22-maint
	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.53.4.3
retrieving revision 1.53.4.4
diff -C2 -d -r1.53.4.3 -r1.53.4.4
*** ref5.tex	18 Mar 2002 16:47:35 -0000	1.53.4.3
--- ref5.tex	9 Apr 2002 14:38:44 -0000	1.53.4.4
***************
*** 830,834 ****
  \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.
--- 830,834 ----
  \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.