From bb824c8d348bd1cd44b23e94187ba08ddc49d3bd Mon Sep 17 00:00:00 2001 From: k-kushagrashukla Date: Sat, 19 Jul 2025 00:56:23 +0530 Subject: [PATCH] fix: update virtualenv link to official docs --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index fe6bd3f9e..9108579e9 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -200,7 +200,7 @@ Congratulations, you now know how to install and use Python packages! ✨ 🍰 Lower level: virtualenv ======================= -`virtualenv `_ is a tool to create +`virtualenv `_ is a tool to create isolated Python environments. virtualenv creates a folder which contains all the necessary executables to use the packages that a Python project would need.