Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Sep 30, 2024
1 parent 742a527 commit 69b5ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/practices/customizing_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ What is it? Why do it?
The ``pyproject.toml`` file is used to define many different project configurations.
It replaces the need for setup.py, requirements.txt, and other configuration files.

A fundamental use for ``pyproject.toml`` is to define a dependencies. You should
A fundamental use for ``pyproject.toml`` is to define dependencies. You should
make an effort to add all the required dependencies to the ``[dependencies]``
section of the file.

Expand Down

0 comments on commit 69b5ed4

Please sign in to comment.