From 8bd62afca9dcacf825aab08d50b57d89d470269f Mon Sep 17 00:00:00 2001
From: Fred Drake <fdrake@acm.org>
Date: Sat, 25 Jan 2003 03:47:35 +0000
Subject: [PATCH] Fix typo reported to python-docs.

---
 Doc/ref/ref6.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index fe9e198239..a476578c73 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -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.
-- 
2.49.0