Skip to content

Commit a746890

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

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
@@ -23,8 +23,8 @@ Specifying the backend
2323
Our build backend is called ``mesonpy``, and that's what you should specify in
2424
the ``build-system.build-backend`` key of ``pyproject-toml``.
2525

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

2929

3030
Example

0 commit comments

Comments
 (0)