From 9351652e32494fdf575762f70a576a2d5af9c34c Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 12 Oct 2024 13:53:36 +0100 Subject: [PATCH] Update dependencies.md with typo fix (stands -> standards) (#8142) --- docs/concepts/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index 20da9f23d..e5cdb309e 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -58,7 +58,7 @@ dependencies = [ If the project only requires packages from standard package indexes, then `project.dependencies` is sufficient. If the project depends on packages from Git, remote URLs, or local sources, `tool.uv.sources` can be used to enrich the dependency metadata without ejecting from the -stands-compliant `project.dependencies` table. +standards-compliant `project.dependencies` table. !!! tip