[pypy-svn] r72450 - pypy/trunk/pypy/module/cpyext

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Mar 20 15:07:41 CET 2010


Author: xoraxax
Date: Sat Mar 20 15:07:39 2010
New Revision: 72450

Modified:
   pypy/trunk/pypy/module/cpyext/methodobject.py
Log:
Fix typo.

Modified: pypy/trunk/pypy/module/cpyext/methodobject.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/methodobject.py	(original)
+++ pypy/trunk/pypy/module/cpyext/methodobject.py	Sat Mar 20 15:07:39 2010
@@ -28,7 +28,7 @@
         if not we_are_translated():
             import sys
             print >>sys.stderr, "Calling a function failed. Did it" \
-                    " really return an PyObject?"
+                    " really return a PyObject?"
         raise
 
     # XXX result.decref()



More information about the Pypy-commit mailing list