📝 Fix a typo in virtual environement page (#12064)

This commit is contained in:
Aymen 2024-08-24 04:16:23 +01:00 committed by GitHub
parent d0ce9d2bdf
commit 8f03716757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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