Commit b722ee73 authored by Fred Drake's avatar Fred Drake

Fix typo reported to python-docs.

parent 68c1f0ba
......@@ -533,7 +533,7 @@ first two objects are used to determine the \emph{type} and
\emph{value} of the exception.
If the first object is an instance, the type of the exception is the
class of the instance, the instance itself if the value, and the
class of the instance, the instance itself is the value, and the
second object must be \code{None}.
If the first object is a class, it becomes the type of the exception.
......
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