Bug #1710295: exceptions are now new-style classes.
 (backport from rev. 55036)
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 917383a..3041f7e 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