mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: correcting typo "available" -> "unavailable" (#6424)
This commit is contained in:
parent
bbd9adaa40
commit
582e5a316f
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ $ uv venv --python 3.11
|
|||
```
|
||||
|
||||
Note this requires the requested Python version to be available on the system. However, if
|
||||
available, uv will download Python for you. See the [Python version](../concepts/python-versions.md)
|
||||
documentation for more details.
|
||||
unavailable, uv will download Python for you. See the
|
||||
[Python version](../concepts/python-versions.md) documentation for more details.
|
||||
|
||||
## Using a virtual environment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue