Author: PavloKapyshin <[email protected]> Branch: Changeset: r89972:3ba228f90388 Date: 2017-02-06 12:27 +0000 http://bitbucket.org/pypy/pypy/changeset/3ba228f90388/
Log: Fix typo diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -14,7 +14,7 @@ * Write them in C++ and bind them through :doc:`cppyy <cppyy>` using Cling. -* Write them in as `RPython mixed modules`_. +* Write them as `RPython mixed modules`_. CFFI _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
