]> granicus.if.org Git - python/commitdiff
Fix typo: coverted --> converted. Reported by Francois Pinard.
authorFred Drake <fdrake@acm.org>
Tue, 9 Apr 2002 14:39:10 +0000 (14:39 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Apr 2002 14:39:10 +0000 (14:39 +0000)
Doc/ref/ref5.tex

index 1930b298700d4886f08d7e1a6f57cbfa9d7d630d..e4372636894db77f305b4f9401a328d49ae3843d 100644 (file)
@@ -813,7 +813,7 @@ obsolescent.
 The operators \code{<}, \code{>}, \code{==}, \code{>=}, \code{<=}, and
 \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,
+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.