From 070d5b740258a413311369eefc8d59eb5f7e6b5a Mon Sep 17 00:00:00 2001 From: Theo BABILON <70515951+TheoBabilon@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:09:11 +0200 Subject: [PATCH] Fixed projects guide typo (#6033) Sorry for spam, also noticed this tiny repetition Co-authored-by: tbabilon --- docs/concepts/projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/projects.md b/docs/concepts/projects.md index f75b2ffea..4cdee6f23 100644 --- a/docs/concepts/projects.md +++ b/docs/concepts/projects.md @@ -80,7 +80,7 @@ The lockfile is created and updated during uv invocations that use the project e `uv.lock` is a human-readable TOML file but is managed by uv and should not be edited manually. There is no Python standard for lockfiles at this time, so the format of this file is specific to uv -and not generally not usable by other tools. +and not generally usable by other tools. To avoid updating the lockfile during `uv sync` and `uv run` invocations, use the `--frozen` flag.