SF bug #1013760: Error in Chapter 4 of Tutorial

Fit a nit.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 970c8ad..1fb661d 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -1339,7 +1339,7 @@
 
 \begin{verbatim}
 >>> fib
-<function object at 10042ed0>
+<function fib at 10042ed0>
 >>> f = fib
 >>> f(100)
 1 1 2 3 5 8 13 21 34 55 89