Fix spelling error

This commit is contained in:
Christopher Broderick 2025-03-27 10:02:50 +00:00 committed by GitHub
parent 77d9da0b94
commit fb7fe63275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ In a workspace setup, using `uv sync` in the project root folder will only sync
All workspace dependencies will be removed and the workspace packages will not be included in the
python path when running a python program using the `uv run` command. If you use `uv sync` in a
workspace folder, it will only sync the current workspace and the parent project. It will remove all
dependencies from the virtual environment that may have been installed for other worspaces in the
dependencies from the virtual environment that may have been installed for other workspaces in the
project and only the current workspace source code folder and the project root will be included in
the python path when running a python program using the `uv run` command.