cosmetics/typos

This commit is contained in:
Guido van Rossum 1995-01-12 12:38:46 +00:00
parent 28379703dc
commit 7f49b7a1a4
4 changed files with 4 additions and 4 deletions

View file

@ -90,7 +90,7 @@ 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 <= 0 checks every virtual instruction,
maximizing responsiveness as well as overhead.
\end{datadesc}
\end{funcdesc}
\begin{funcdesc}{settrace}{tracefunc}
Set the system's trace function, which allows you to implement a