mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Minor nit to prevent dropping a space in the HTML generation.
This commit is contained in:
parent
e600578ac7
commit
f9918f25b1
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user