From: Aymen Date: Sat, 24 Aug 2024 03:16:23 +0000 (+0100) Subject: 📝 Fix a typo in virtual environement page (#12064) X-Git-Tag: 0.112.2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f037167571ca60f87677594418fc68a05db6a9f;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix a typo in virtual environement page (#12064) --- diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index 3c4aa49c1f..fcc72fbe77 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/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