Author: Armin Rigo <[email protected]>
Branch:
Changeset: r56713:0b93935ed71d
Date: 2012-08-12 22:35 +0200
http://bitbucket.org/pypy/pypy/changeset/0b93935ed71d/
Log: Typo
diff --git a/pypy/module/_cffi_backend/ccallback.py
b/pypy/module/_cffi_backend/ccallback.py
--- a/pypy/module/_cffi_backend/ccallback.py
+++ b/pypy/module/_cffi_backend/ccallback.py
@@ -93,7 +93,7 @@
def print_error(self, operr):
space = self.space
- operr.write_unraisable(space, "in cffi callback", self.w_callable)
+ operr.write_unraisable(space, "cffi callback", self.w_callable)
def write_error_return_value(self, ll_res):
fresult = self.getfunctype().ctitem
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit