]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor nit to prevent dropping a space in the HTML generation.
authorFred Drake <fdrake@acm.org>
Fri, 5 Feb 1999 18:30:49 +0000 (18:30 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Feb 1999 18:30:49 +0000 (18:30 +0000)
Doc/ext/ext.tex

index 089118575a86b66cc032d9e7ad9c562593f6ef62..100f8a59f6d3fab3a7733ac1f14aae6dddbbb6a0 100644 (file)
@@ -173,8 +173,8 @@ variable stores the ``associated value'' of the exception (the second
 argument to \keyword{raise}).  A third variable contains the stack
 traceback in case the error originated in Python code.  These three
 variables are the \C{} equivalents of the Python variables
-\code{sys.exc_type}, \code{sys.exc_value} and \code{sys.exc_traceback}
-(see the section on module \module{sys} in the \emph{Python Library
+\code{sys.exc_type}, \code{sys.exc_value} and \code{sys.exc_traceback} (see
+the section on module \module{sys} in the \emph{Python Library
 Reference}).  It is important to know about them to understand how
 errors are passed around.