summaryrefslogtreecommitdiffstats
path: root/Doc/libsys.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 12:38:46 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 12:38:46 (GMT)
commit7f49b7a1a46df219fdbb070375fc7066edd8c016 (patch)
tree91243045b0cc26bfeb6bd511d63c80df1ad1c6e0 /Doc/libsys.tex
parent28379703dc51fec5a9785a1422cdc32314026634 (diff)
downloadcpython-7f49b7a1a46df219fdbb070375fc7066edd8c016.zip
cpython-7f49b7a1a46df219fdbb070375fc7066edd8c016.tar.gz
cpython-7f49b7a1a46df219fdbb070375fc7066edd8c016.tar.bz2
cosmetics/typos
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 9467415..fc71139 100644
--- a/Doc/libsys.tex
+++ b/Doc/libsys.tex
@@ -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