diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-25 03:47:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-25 03:47:35 (GMT) |
commit | 8bd62afca9dcacf825aab08d50b57d89d470269f (patch) | |
tree | d413f0ee1c7d8d21f7904bc4c07cc9cf50ea9f5c /Doc/ref | |
parent | 0a0e6c3b5ec73113196093da5f4d570cfd72ef2e (diff) | |
download | cpython-8bd62afca9dcacf825aab08d50b57d89d470269f.zip cpython-8bd62afca9dcacf825aab08d50b57d89d470269f.tar.gz cpython-8bd62afca9dcacf825aab08d50b57d89d470269f.tar.bz2 |
Fix typo reported to python-docs.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index fe9e198..a476578 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. |