[pypy-svn] pypy jitypes2: typo

antocuni commits-noreply at bitbucket.org
Thu Mar 24 14:55:23 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r42901:51e0b1c5e3aa
Date: 2011-03-24 14:55 +0100
http://bitbucket.org/pypy/pypy/changeset/51e0b1c5e3aa/

Log:	typo

diff --git a/pypy/module/_ffi/interp_ffi.py b/pypy/module/_ffi/interp_ffi.py
--- a/pypy/module/_ffi/interp_ffi.py
+++ b/pypy/module/_ffi/interp_ffi.py
@@ -28,7 +28,7 @@
         return self.w_pointer_to
 
     def repr(self, space):
-        return space.wrap(self.__str__())
+        return space.wrap(self.__repr__())
 
     def __repr__(self):
         return "<ffi type %s>" % self.name


More information about the Pypy-commit mailing list