diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1994-10-06 15:18:03 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1994-10-06 15:18:03 (GMT) |
commit | 9fd48ab27e8e012e45319d5b08357727e9672183 (patch) | |
tree | 42af5d5d4e26022b1e72cd1b922516dd627fc459 /Doc/lib/libsys.tex | |
parent | ca3f6c8c0123932940022974d44b81f51469999b (diff) | |
download | cpython-9fd48ab27e8e012e45319d5b08357727e9672183.zip cpython-9fd48ab27e8e012e45319d5b08357727e9672183.tar.gz cpython-9fd48ab27e8e012e45319d5b08357727e9672183.tar.bz2 |
Added missing \end{datadesc}.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index e16fbd5..2ea4c379 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -28,6 +28,7 @@ every 10 Python virtual instructions. Setting this to a large 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} \begin{datadesc}{exc_type} \dataline{exc_value} |