commit | 5a006b3978ecdf8a045cbbc74f39e646629460a8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 01 06:04:11 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 01 06:04:11 2007 +0000 |
tree | 15655f6b62f65fd4d0eeaffd4e668cae2d47fd68 | |
parent | 68bb9a1418f15eede43242eb3619ee5e4d0a85cb [diff] [blame] |
Bug #1710295: exceptions are now new-style classes.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e4e8a1a..12308ca 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex
@@ -3556,7 +3556,7 @@ ... print 'x =', x ... print 'y =', y ... -<type 'instance'> +<type 'exceptions.Exception'> ('spam', 'eggs') ('spam', 'eggs') x = spam