From: Sebastián Ramírez Date: Sat, 24 Aug 2024 04:19:42 +0000 (-0500) Subject: ✏️ Fix a typo in `docs/virtual-environments.md` (#1085) X-Git-Tag: 0.0.22~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160eb908a340e76989fadab08708e72a7213bc5d;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix a typo in `docs/virtual-environments.md` (#1085) --- 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