projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0e6c3
)
Fix typo reported to python-docs.
author
Fred Drake
<fdrake@acm.org>
Sat, 25 Jan 2003 03:47:35 +0000
(
03:47
+0000)
committer
Fred Drake
<fdrake@acm.org>
Sat, 25 Jan 2003 03:47:35 +0000
(
03:47
+0000)
Doc/ref/ref6.tex
patch
|
blob
|
history
diff --git
a/Doc/ref/ref6.tex
b/Doc/ref/ref6.tex
index fe9e19823916bd590604c21d71a81372f4d5da31..a476578c736a4a82eef989a472b940258f081713 100644
(file)
--- 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 i
f
the value, and the
+class of the instance, the instance itself i
s
the value, and the
second object must be \code{None}.
If the first object is a class, it becomes the type of the exception.