From 160eb908a340e76989fadab08708e72a7213bc5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 23 Aug 2024 23:19:42 -0500 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20a=20typo=20in=20`docs?= =?utf8?q?/virtual-environments.md`=20(#1085)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/virtual-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/virtual-environments.md b/docs/virtual-environments.md index 541ae527..ca48de91 100644 --- a/docs/virtual-environments.md +++ b/docs/virtual-environments.md @@ -558,7 +558,7 @@ The solution to the problems of having all the packages in the global environmen A virtual environment is a **directory**, very similar to the global one, where you can install the packages for a project. -This way, each project will have it's own virtual environment (`.venv` directory) with its own packages. +This way, each project will have its own virtual environment (`.venv` directory) with its own packages. ```mermaid flowchart TB -- 2.47.2