mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
validation typos
This commit is contained in:
@@ -416,7 +416,7 @@ def plural(noun):
|
||||
<p>Thoroughly confused yet? Excellent. Let’s see how to call this iterator:</p>
|
||||
|
||||
<pre class=screen>
|
||||
<samp class=p>>>> </samp><kbd>from fibonacci2 import fib</kbd></a>
|
||||
<samp class=p>>>> </samp><kbd>from fibonacci2 import fib</kbd>
|
||||
<samp class=p>>>> </samp><kbd>for n in fib(1000):</kbd>
|
||||
<samp class=p>... </samp><kbd> print(n, end=' ')</kbd>
|
||||
<samp>0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987</samp></pre>
|
||||
|
||||
Reference in New Issue
Block a user