Skip to content

Commit ba457ce

Browse files
committed
..
1 parent cab8774 commit ba457ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/projects/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ $ uv add ~/projects/bar/
412412

413413
By default, a path dependency project is installed in the environment as a package, unless it is
414414
explicitly marked as a [non-package](./config.md#build-systems). This is true even if it lacks a
415-
[`[build-system] table`](./config.md#build-systems). If you'd like to override this behavior and
415+
[`[build-system]` table](./config.md#build-systems). If you'd like to override this behavior and
416416
ensure the path dependency is not installed as a package, set `package = false` on the source:
417417

418418
```toml title="pyproject.toml"

0 commit comments

Comments
 (0)