Fix typo reported to python-docs.

This commit is contained in:
Fred Drake 2003-01-25 03:47:35 +00:00
parent 0a0e6c3b5e
commit 8bd62afca9
1 changed files with 1 additions and 1 deletions

View File

@ -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.