Skip to content

Commit 977c5f2

Browse files
committed
DOC: use backend spelling everywhere
1 parent 6730a8f commit 977c5f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
meson-python
66
============
77

8-
``meson-python`` is a Python build backend built on top of the Meson__
8+
``meson-python`` is a Python build back-end built on top of the Meson__
99
build system. It enables using Meson for the configuration and build
1010
steps of Python packages. Meson is an open source build system meant
1111
to be both extremely fast, and, even more importantly, as user

Diff for: docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ meson-python
1010

1111
.. highlights::
1212

13-
A Python package build back-end leveraging the Meson build system.
13+
A Python package build backend leveraging the Meson build system.
1414

1515
``meson-python`` implement the Python build system hooks, enabling Python build
1616
front-ends such as ``pip`` and ``build`` to build and install Python packages
@@ -35,7 +35,7 @@ To enable ``pip`` or ``build`` to build a Python source distribution (*sdist*)
3535
or a binary Python package (*wheel*) for a Meson project, it is sufficient to
3636
add to the root of the source tree next to the top-level ``meson.build`` a
3737
``pyproject.toml`` file specifying ``meson-python`` as the Python build
38-
back-end:
38+
backend:
3939

4040
.. code-block:: toml
4141

0 commit comments

Comments
 (0)