[pypy-commit] pypy default: Fix typo

PavloKapyshin pypy.commits at gmail.com
Mon Feb 6 07:48:42 EST 2017


Author: PavloKapyshin <i at 93z.org>
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


More information about the pypy-commit mailing list