From 025fb9e68cc5d410e8a1f1ca7665b5aab21c8a3d Mon Sep 17 00:00:00 2001 From: SHASHANK Date: Tue, 12 May 2026 19:53:11 +0530 Subject: [PATCH] Improve wording in virtual environments documentation --- docs/en/docs/virtual-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index 1035013a0b..e8802d2de7 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/docs/virtual-environments.md @@ -20,7 +20,7 @@ A **virtual environment** is a directory with some files in it. /// info -This page will teach you how to use **virtual environments** and how they work. +This page will teach you how to create, use, and understand **virtual environments**. If you are ready to adopt a **tool that manages everything** for you (including installing Python), try [uv](https://github.com/astral-sh/uv).