From: Fred Drake Date: Sat, 25 Jan 2003 03:48:12 +0000 (+0000) Subject: Fix typo reported to python-docs. X-Git-Tag: v2.2.3c1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5784a783f9cbbe1674cbd6c27793aa11ae8c21f6;p=thirdparty%2FPython%2Fcpython.git Fix typo reported to python-docs. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 324856a8d617..8fa94de472d1 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.