]> granicus.if.org Git - python/commitdiff
Fix typo reported to python-docs.
authorFred Drake <fdrake@acm.org>
Sat, 25 Jan 2003 03:47:35 +0000 (03:47 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 25 Jan 2003 03:47:35 +0000 (03:47 +0000)
Doc/ref/ref6.tex

index fe9e19823916bd590604c21d71a81372f4d5da31..a476578c736a4a82eef989a472b940258f081713 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.