mirror of https://github.com/astral-sh/uv
docs: correcting typo "available" -> "unavailable" (#6424)
This commit is contained in:
parent
bbd9adaa40
commit
582e5a316f
|
|
@ -28,8 +28,8 @@ $ uv venv --python 3.11
|
||||||
```
|
```
|
||||||
|
|
||||||
Note this requires the requested Python version to be available on the system. However, if
|
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)
|
unavailable, uv will download Python for you. See the
|
||||||
documentation for more details.
|
[Python version](../concepts/python-versions.md) documentation for more details.
|
||||||
|
|
||||||
## Using a virtual environment
|
## Using a virtual environment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue