Skip to content

Commit 1f66f1a

Browse files
authored
Merge pull request #854 from arshadrr/patch-1
2 parents 32fa215 + 885b5da commit 1f66f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Creating pyproject.toml
6565
-----------------------
6666

6767
:file:`pyproject.toml` is the file that tells build tools (like ``pip`` 10+ and
68-
``build``) what system you are using and what it required for building. The
68+
``build``) what system you are using and what is required for building. The
6969
default if this file is missing is to assume a classic setuptools build system,
7070
but it is better to be explicit; if you have a :file:`pyproject.toml` file, you
7171
will be able to rely on ``wheel`` and other packages being present.

0 commit comments

Comments
 (0)