mirror of https://github.com/python/cpython
Fix typo reported to python-docs.
This commit is contained in:
parent
0a0e6c3b5e
commit
8bd62afca9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue