summaryrefslogtreecommitdiffstats
path: root/Doc/libsys.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-25 01:00:40 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-25 01:00:40 (GMT)
commitf259efe3d96009c61a9a1fad355dfbf1055ad8af (patch)
tree6480a7229a07287bb4ffbfac77d0913aadd8923a /Doc/libsys.tex
parent3e1e274d0b16bab5fd27a7d418863be8d3093466 (diff)
downloadcpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.zip
cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.gz
cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.bz2
Get rid of math mode in some places.
Diffstat (limited to 'Doc/libsys.tex')
-rw-r--r--Doc/libsys.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libsys.tex b/Doc/libsys.tex
index 555803e..1e256af 100644
--- a/Doc/libsys.tex
+++ b/Doc/libsys.tex
@@ -176,7 +176,7 @@ determines how often the interpreter checks for periodic things such
as thread switches and signal handlers. The default is 10, meaning
the check is performed every 10 Python virtual instructions. Setting
it to a larger value may increase performance for programs using
-threads. Setting it to a value $\leq 0$ checks every virtual instruction,
+threads. Setting it to a value \code{<=} 0 checks every virtual instruction,
maximizing responsiveness as well as overhead.
\end{funcdesc}