[pypy-svn] pypy default: (jell) typo

antocuni commits-noreply at bitbucket.org
Thu Dec 30 15:48:55 CET 2010


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r40281:2778a5c3846b
Date: 2010-12-30 15:48 +0100
http://bitbucket.org/pypy/pypy/changeset/2778a5c3846b/

Log:	(jell) typo

diff --git a/pypy/doc/translation.txt b/pypy/doc/translation.txt
--- a/pypy/doc/translation.txt
+++ b/pypy/doc/translation.txt
@@ -519,7 +519,7 @@
 following in Python::
 
     l = range(n)
-    iterator = iter(n)
+    iterator = iter(l)
     try:
         while 1:
             i = iterator.next()


More information about the Pypy-commit mailing list