Skip to content

Commit

Permalink
Docs: small grammar fix to dependency management user guide (#4236)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Mar 5, 2024
2 parents 8f1169f + e8e7b1b commit 74ba491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/dependency_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Build system requirement

After organizing all the scripts and files and getting ready for packaging,
there needs to be a way to specify what programs and libraries are actually needed
do the packaging (in our case, ``setuptools`` of course).
to do the packaging (in our case, ``setuptools`` of course).
This needs to be specified in your ``pyproject.toml`` file
(if you have forgot what this is, go to :doc:`/userguide/quickstart` or :doc:`/build_meta`):

Expand Down

0 comments on commit 74ba491

Please sign in to comment.