[pypy-commit] extradoc extradoc: Merged in camara/extradoc-1/camara/cpyextrst-minor-edit-1535911546815 (pull request #12)

antocuni pypy.commits at gmail.com
Mon Sep 3 04:55:19 EDT 2018


Author: Antonio Cuni <anto.cuni+2 at gmail.com>
Branch: extradoc
Changeset: r5892:4cca973a5781
Date: 2018-09-03 08:55 +0000
http://bitbucket.org/pypy/extradoc/changeset/4cca973a5781/

Log:	Merged in camara/extradoc-1/camara/cpyextrst-minor-
	edit-1535911546815 (pull request #12)

	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