From: Fred Drake Date: Wed, 25 Nov 1998 19:23:33 +0000 (+0000) Subject: Remove two remaining {\tt ...} constructs. X-Git-Tag: v1.5.2b1~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d03268feaa76ffb6afd68ca921efdf271bcf5709;p=thirdparty%2FPython%2Fcpython.git Remove two remaining {\tt ...} constructs. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 22398bde3654..4eff3797349e 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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{<>} 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. If both are numbers, they are coverted to a common type. Otherwise, objects of different types \emph{always} compare unequal, and are