[pypy-commit] extradoc extradoc: typo

antocuni noreply at buildbot.pypy.org
Sun Jun 19 15:53:46 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r3740:3090329f4157
Date: 2011-06-19 15:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/3090329f4157/

Log:	typo

diff --git a/talk/ep2011/training/src/html_fibo.py b/talk/ep2011/training/src/html_fibo.py
--- a/talk/ep2011/training/src/html_fibo.py
+++ b/talk/ep2011/training/src/html_fibo.py
@@ -33,7 +33,7 @@
 
 def write_file():
     f = open('fibo.txt', 'w')
-    for n in html<_fibo(f):
+    for n in html_fibo(f):
         f.write('%d' % n)
         if n > 100:
             break


More information about the pypy-commit mailing list