Skip to content

Commit

Permalink
Fix minor typos in the README (jazzband#1814)
Browse files Browse the repository at this point in the history
`dependant` -> `dependent`
  • Loading branch information
kurtmckee committed Mar 1, 2023
1 parent 4219171 commit 5758e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ needed, the same way it would be done for regular ``pip`` cross-environment usag

If the generated ``requirements.txt`` remains exactly the same for all Python
environments, then it can be used across Python environments safely. **But** users
should be careful as any package update can introduce environment-dependant
dependencies, making any newly generated ``requirements.txt`` environment-dependant too.
should be careful as any package update can introduce environment-dependent
dependencies, making any newly generated ``requirements.txt`` environment-dependent too.
As a general rule, it's advised that users should still always execute ``pip-compile``
on each targeted Python environment to avoid issues.

Expand Down

0 comments on commit 5758e19

Please sign in to comment.