[pypy-commit] pypy set-strategies: Typo.

arigo noreply at buildbot.pypy.org
Mon Mar 26 14:40:10 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: set-strategies
Changeset: r53985:c8b3230070f1
Date: 2012-03-26 14:35 +0200
http://bitbucket.org/pypy/pypy/changeset/c8b3230070f1/

Log:	Typo.

diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/objspace/std/listobject.py
@@ -202,7 +202,7 @@
         return self.strategy.getitems_str(self)
 
     def getitems_int(self):
-        """ Return the items in the list as unwrapped strings. If the list does
+        """ Return the items in the list as unwrapped ints. If the list does
         not use the list strategy, return None. """
         return self.strategy.getitems_int(self)
     # ___________________________________________________


More information about the pypy-commit mailing list