[pypy-svn] r24148 - pypy/dist/pypy/interpreter

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 9 09:47:32 CET 2006


Author: cfbolz
Date: Thu Mar  9 09:47:31 2006
New Revision: 24148

Modified:
   pypy/dist/pypy/interpreter/gateway.py
Log:
pyto


Modified: pypy/dist/pypy/interpreter/gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/gateway.py	(original)
+++ pypy/dist/pypy/interpreter/gateway.py	Thu Mar  9 09:47:31 2006
@@ -140,7 +140,7 @@
 
     def check__object(self, el, orig_sig, app_sig):
         if el not in (int, str, float):
-            assert False, "unsupported basic type in uwnrap_spec"
+            assert False, "unsupported basic type in unwrap_spec"
         name = el.__name__
         argname = orig_sig.next_arg()
         assert not argname.startswith('w_'), (



More information about the Pypy-commit mailing list