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