]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo: coverted --> converted. Reported by Francois Pinard.
authorFred Drake <fdrake@acm.org>
Tue, 9 Apr 2002 14:38:44 +0000 (14:38 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Apr 2002 14:38:44 +0000 (14:38 +0000)
Doc/ref/ref5.tex

index fb8e3ddb9a3c4075aca12be2f196781ae70ffd4d..d75f600279fad7eb239a722255311d5963444e06 100644 (file)
@@ -829,7 +829,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.