Get rid of math mode in some places.

This commit is contained in:
Guido van Rossum 1997-11-25 01:00:40 +00:00
parent 3e1e274d0b
commit f259efe3d9
12 changed files with 18 additions and 18 deletions

View file

@ -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}