Kaydet (Commit) f9918f25 authored tarafından Fred Drake's avatar Fred Drake

Minor nit to prevent dropping a space in the HTML generation.

üst e600578a
...@@ -173,8 +173,8 @@ variable stores the ``associated value'' of the exception (the second ...@@ -173,8 +173,8 @@ variable stores the ``associated value'' of the exception (the second
argument to \keyword{raise}). A third variable contains the stack argument to \keyword{raise}). A third variable contains the stack
traceback in case the error originated in Python code. These three traceback in case the error originated in Python code. These three
variables are the \C{} equivalents of the Python variables variables are the \C{} equivalents of the Python variables
\code{sys.exc_type}, \code{sys.exc_value} and \code{sys.exc_traceback} \code{sys.exc_type}, \code{sys.exc_value} and \code{sys.exc_traceback} (see
(see the section on module \module{sys} in the \emph{Python Library the section on module \module{sys} in the \emph{Python Library
Reference}). It is important to know about them to understand how Reference}). It is important to know about them to understand how
errors are passed around. errors are passed around.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment