]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(tut.tex): Added matching \normalsize after \small font control command
authorFred Drake <fdrake@acm.org>
Tue, 29 Oct 1996 15:50:05 +0000 (15:50 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Oct 1996 15:50:05 +0000 (15:50 +0000)
(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.

Doc/tut.tex
Doc/tut/tut.tex

index e82e3eedae08b2011a3cadacefdec88089b4cf29..459e9c61d0f94f0ee17523a25940baca1857fff4 100644 (file)
@@ -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
index e82e3eedae08b2011a3cadacefdec88089b4cf29..459e9c61d0f94f0ee17523a25940baca1857fff4 100644 (file)
@@ -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