Author: Antonio Cuni <[email protected]>
Branch: extradoc
Changeset: r5899:bf33b8d381b3
Date: 2018-09-07 01:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/bf33b8d381b3/

Log:    typo

diff --git a/blog/draft/2018-09-cpyext/cpyext.rst 
b/blog/draft/2018-09-cpyext/cpyext.rst
--- a/blog/draft/2018-09-cpyext/cpyext.rst
+++ b/blog/draft/2018-09-cpyext/cpyext.rst
@@ -247,7 +247,7 @@
 accessible also from C; conversely, whenever we go back from RPython to C, we
 restore this value to 0.
 
-Similarly, we need to the inverse operation whenever you need to cross the
+Similarly, we need to do the inverse operations whenever you need to cross the
 border between C and RPython, e.g. by calling a Python callback from C code.
 
 All this complexity is automatically handled by the RPython function
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to