mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Fix spelling error
This commit is contained in:
parent
77d9da0b94
commit
fb7fe63275
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue