]> granicus.if.org Git - python/commitdiff
Remove two remaining {\tt ...} constructs.
authorFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 19:23:33 +0000 (19:23 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 19:23:33 +0000 (19:23 +0000)
Doc/ref/ref5.tex

index 22398bde36546ea8f71d9b8150e02c1b289266a8..4eff3797349e3247612e33d978358cda8f7a433f 100644 (file)
@@ -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