Skip to content

Commit e25ff27

Browse files
ngoldbaummattip
andauthored
Apply suggestions from code review
Thanks for the review comments! I'm going to apply the review suggestions that are pending now, pull, and address the remaining comments. Co-authored-by: Matti Picus <matti.picus@gmail.com>
1 parent 5dad224 commit e25ff27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/buildtool.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Building and Distributing CFFI Extensions
66

77
.. contents::
88

9-
CFFI ships a small subpackage, :mod:`cffi.buildtool`, together with a
9+
CFFI ships a subpackage, :mod:`cffi.buildtool`, together with a
1010
command-line program, ``gen-cffi-src``. Both produce the same output as
1111
:meth:`FFI.emit_c_code`: a ``.c`` source file ready to be compiled into
12-
a CPython extension module. What they add is two convenient front-ends
12+
a CPython extension module. They add is two convenient front-ends
1313
-- one that executes an existing "build" Python script, and one that
1414
reads a ``cdef`` and C prelude from two files. This tool enables
1515
integrating with any build backend, such as `meson-python
@@ -20,7 +20,7 @@ The rest of this page uses meson-python in the examples, but any PEP
2020
517 backend that lets you run a helper program during the build can
2121
drive ``gen-cffi-src`` the same way.
2222

23-
The ``cffi.buildtool`` subpackage was integrated from the
23+
The ``cffi.buildtool`` subpackage was vendored with permission from the
2424
`cffi-buildtool`_ project by Rose Davidson (@inklesspen on GitHub).
2525

2626
.. _cffi-buildtool: https://github.com/inklesspen/cffi-buildtool

0 commit comments

Comments
 (0)