docs: correcting typo "available" -> "unavailable" (#6424)

This commit is contained in:
Alexandre B A Villares 2024-08-22 09:53:07 -03:00 committed by GitHub
parent bbd9adaa40
commit 582e5a316f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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