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

Remove two remaining {\tt ...} constructs.

üst 78eebfdb
...@@ -691,7 +691,7 @@ C, \code{!=} is preferred; where \code{!=} is mentioned below ...@@ -691,7 +691,7 @@ C, \code{!=} is preferred; where \code{!=} is mentioned below
\code{<>} is also acceptable. At some point in the (far) future, \code{<>} is also acceptable. At some point in the (far) future,
\code{<>} may become obsolete. \code{<>} may become obsolete.
The operators {\tt "<", ">", "==", ">=", "<="}, and {\tt "!="} compare The operators \texttt{"<", ">", "==", ">=", "<="}, and \texttt{"!="} compare
the values of two objects. The objects needn't have the same type. the values of two objects. The objects needn't have the same type.
If both are numbers, they are coverted to a common type. Otherwise, If both are numbers, they are coverted 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
......
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