diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-09 14:39:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-09 14:39:10 (GMT) |
commit | fd867719bc393096e6aaa2910694f03c6cbcc365 (patch) | |
tree | d5113b82d9ea0350391beec5918466804dde0fb5 /Doc/ref/ref5.tex | |
parent | 4c7fb96b7a5e86fe23bb28cfee620ea616eec710 (diff) | |
download | cpython-fd867719bc393096e6aaa2910694f03c6cbcc365.zip cpython-fd867719bc393096e6aaa2910694f03c6cbcc365.tar.gz cpython-fd867719bc393096e6aaa2910694f03c6cbcc365.tar.bz2 |
Fix typo: coverted --> converted. Reported by Francois Pinard.
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 1930b29..e437263 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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. |