Kaydet (Commit) fd867719 authored tarafından Fred Drake's avatar Fred Drake

Fix typo: coverted --> converted. Reported by Francois Pinard.

üst 4c7fb96b
...@@ -813,7 +813,7 @@ obsolescent. ...@@ -813,7 +813,7 @@ obsolescent.
The operators \code{<}, \code{>}, \code{==}, \code{>=}, \code{<=}, and The operators \code{<}, \code{>}, \code{==}, \code{>=}, \code{<=}, and
\code{!=} compare \code{!=} compare
the values of two objects. The objects need not have the same type. 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 objects of different types \emph{always} compare unequal, and are
ordered consistently but arbitrarily. ordered consistently but arbitrarily.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment