SF bug #1013760: Error in Chapter 4 of Tutorial

Fit a nit.
This commit is contained in:
Raymond Hettinger 2004-08-22 15:24:33 +00:00
parent 07a349c4ee
commit d3b0babf66
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ mechanism:
\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