From 582e5a316f80f82d39cadf04b8c8be789bd6e577 Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares <3694604+villares@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:53:07 -0300 Subject: [PATCH] docs: correcting typo "available" -> "unavailable" (#6424) --- docs/pip/environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pip/environments.md b/docs/pip/environments.md index 890e9af24..6cf555372 100644 --- a/docs/pip/environments.md +++ b/docs/pip/environments.md @@ -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