Kaydet (Commit) d3b0babf authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #1013760: Error in Chapter 4 of Tutorial

Fit a nit.
üst 07a349c4
...@@ -1339,7 +1339,7 @@ mechanism: ...@@ -1339,7 +1339,7 @@ mechanism:
\begin{verbatim} \begin{verbatim}
>>> fib >>> fib
<function object at 10042ed0> <function fib at 10042ed0>
>>> f = fib >>> f = fib
>>> f(100) >>> f(100)
1 1 2 3 5 8 13 21 34 55 89 1 1 2 3 5 8 13 21 34 55 89
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment