Skip to content

Commit 12fa3a7

Browse files
committed
DOC: fix typo in the first project guide
Signed-off-by: Filipe Laíns <[email protected]>
1 parent ed2e52f commit 12fa3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to-guides/first-project.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ First project
2020
Specifying the backend
2121
======================
2222

23-
Our build backend is called ``mesonpy``, and that's you should specify in the
24-
``build-system.build-backend`` key of ``pyproject-toml``.
23+
Our build backend is called ``mesonpy``, and that's what you should specify in
24+
the ``build-system.build-backend`` key of ``pyproject-toml``.
2525

2626
You should need to add ``meson-python``, and all other build dependencies (eg.
2727
Cython_) needed by your Meson_ project, in the ``build-system.requires`` key.

0 commit comments

Comments
 (0)