Fixed projects guide typo (#6033)

Sorry for spam, also noticed this tiny repetition

Co-authored-by: tbabilon <theo.babilon@mlp.com>
This commit is contained in:
Theo BABILON
2024-08-12 14:09:11 +02:00
committed by GitHub
parent 9eead68168
commit 070d5b7402
+1 -1
View File
@@ -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.