]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix a typo in virtual environement page (#12064)
authorAymen <aymenkrifa@gmail.com>
Sat, 24 Aug 2024 03:16:23 +0000 (04:16 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 03:16:23 +0000 (22:16 -0500)
docs/en/docs/virtual-environments.md

index 3c4aa49c1f22d69295a11f841c6459e24c5e7caf..fcc72fbe7718ccc0983c88ec8161bcb71a149936 100644 (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