]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix a typo in `docs/virtual-environments.md` (#1085)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 24 Aug 2024 04:19:42 +0000 (23:19 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 04:19:42 +0000 (23:19 -0500)
docs/virtual-environments.md

index 541ae527242e3fd83f81fea7ea54831ea4cc865e..ca48de91d65610f26bac9f9079bc9bd63da7d6a2 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