[pypy-commit] pypy default: Typo (thanks dmalcolm)

arigo noreply at buildbot.pypy.org
Fri Jul 6 16:48:01 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55944:65bcf491c400
Date: 2012-07-06 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/65bcf491c400/

Log:	Typo (thanks dmalcolm)

diff --git a/pypy/rpython/rmodel.py b/pypy/rpython/rmodel.py
--- a/pypy/rpython/rmodel.py
+++ b/pypy/rpython/rmodel.py
@@ -339,7 +339,7 @@
 
     def _get_opprefix(self):
         if self._opprefix is None:
-            raise TyperError("arithmetic not supported on %r, it's size is too small" %
+            raise TyperError("arithmetic not supported on %r, its size is too small" %
                              self.lowleveltype)
         return self._opprefix
 


More information about the pypy-commit mailing list