diff options
author | Fred Drake <fdrake@acm.org> | 1996-10-29 15:50:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-10-29 15:50:05 (GMT) |
commit | fd255e433f3d27963cfe2766595964a5e20c2169 (patch) | |
tree | e4901a52b119b4159a17c42d90a0036300174c51 /Doc/tut.tex | |
parent | 3622e0d09098530744b736148b89c3c81649019b (diff) | |
download | cpython-fd255e433f3d27963cfe2766595964a5e20c2169.zip cpython-fd255e433f3d27963cfe2766595964a5e20c2169.tar.gz cpython-fd255e433f3d27963cfe2766595964a5e20c2169.tar.bz2 |
(tut.tex): Added matching \normalsize after \small font control command
(and the contents it was supposed to be affecting). The latest
LaTeX2HTML handles these, but didn't close it as expected. This
handles that problem and does not affect the PostScript output.
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r-- | Doc/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index e82e3ee..459e9c6 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1843,7 +1843,7 @@ Traceback (innermost last): File "<stdin>", line 1 TypeError: illegal argument type for built-in operation >>> -\end{verbatim}\ecode +\end{verbatim}\normalsize\ecode % The last line of the error message indicates what happened. Exceptions come in different types, and the type is printed as part of |