]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo reported to python-docs.
authorFred Drake <fdrake@acm.org>
Sat, 25 Jan 2003 03:48:12 +0000 (03:48 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 25 Jan 2003 03:48:12 +0000 (03:48 +0000)
Doc/ref/ref6.tex

index 324856a8d617ff06c605a2dc3d2f6554dc2adafa..8fa94de472d1e7de3b72f04a63860cc1bcbb81f4 100644 (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.