Skip to content

Commit 95d3b96

Browse files
committed
Fix another reference
1 parent 4635662 commit 95d3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/declare-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies = [
120120

121121
Ideally, you should only list the packages that are
122122
necessary to install and use your package in the
123-
`[dependencies]` section. This minimizes the number of
123+
`dependencies` key in the `[project]` table. This minimizes the number of
124124
additional packages that your users must install as well
125125
as the number of packages that depend upon your package
126126
must also install.

0 commit comments

Comments
 (0)