mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo: coverted --> converted. Reported by Francois Pinard.
This commit is contained in:
parent
4c7fb96b7a
commit
fd867719bc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue