summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-25 19:23:33 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-25 19:23:33 (GMT)
commitd03268feaa76ffb6afd68ca921efdf271bcf5709 (patch)
tree47ffe86fb9cfa815600a3ceb1dc336ecd86e95ae /Doc/ref
parent78eebfdbf4299e4b9a777bb1bf4164b58fa26edf (diff)
downloadcpython-d03268feaa76ffb6afd68ca921efdf271bcf5709.zip
cpython-d03268feaa76ffb6afd68ca921efdf271bcf5709.tar.gz
cpython-d03268feaa76ffb6afd68ca921efdf271bcf5709.tar.bz2
Remove two remaining {\tt ...} constructs.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref5.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 22398bd..4eff379 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