Skip to content

Commit

Permalink
Fix: text cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <[email protected]>
  • Loading branch information
lwasser and Zeitsperre authored Dec 8, 2023
1 parent faa012f commit 4796527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-structure-code/declare-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies = [
```

Ideally, you should only list the packages that are
necessary to install and use your package in the `[dependencies]` section. This minimized the number of additional packages that both your users and packages that depend upon your package have to install.
necessary to install and use your package in the `[dependencies]` section. This minimizes the number of additional packages that your users must install as well as the number of packages that depend upon your package must also install.

Remember that fewer dependencies to install reduces the likelihood of version mismatches in user environments.

Expand Down

0 comments on commit 4796527

Please sign in to comment.