[pypy-commit] extradoc camara/cpyextrst-minor-edit-1535911546815: cpyext.rst minor edit

camara pypy.commits at gmail.com
Mon Sep 3 04:55:22 EDT 2018


Author: John M. Camara <john.m.camara at gmail.com>
Branch: camara/cpyextrst-minor-edit-1535911546815
Changeset: r5891:521fe97856d7
Date: 2018-09-02 18:05 +0000
http://bitbucket.org/pypy/extradoc/changeset/521fe97856d7/

Log:	cpyext.rst minor edit

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
@@ -3,7 +3,7 @@
 
 cpyext is PyPy's subsistem which is responsible to provide a compatibility
 layer to compile and run CPython C extensions inside PyPy.  Often people asks
-why it this particular extension doesn't work or it is very slow on PyPy, but
+why a particular extension doesn't work or it is very slow on PyPy, but
 usually it is hard to answer without going into technical details: the goal of
 this blog post is to explain some of these technical details, so that we can
 simply link here instead of explaing again and again :).


More information about the pypy-commit mailing list