Author: Armin Rigo <[email protected]>
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)
     # ___________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to