]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `docs/en/docs/virtual-environments.md` (#13124)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 30 Dec 2024 18:59:59 +0000 (18:59 +0000)
committerGitHub <noreply@github.com>
Mon, 30 Dec 2024 18:59:59 +0000 (18:59 +0000)
docs/en/docs/virtual-environments.md

index fcc72fbe7718ccc0983c88ec8161bcb71a149936..b75be18c324f75fcb1f1b03056e7e52c789ad905 100644 (file)
@@ -748,7 +748,7 @@ C:\Users\user\code\awesome-project\.venv\Scripts\python
 
 That means that the `python` program that will be used is the one **in the virtual environment**.
 
-you use `which` in Linux and macOS and `Get-Command` in Windows PowerShell.
+You use `which` in Linux and macOS and `Get-Command` in Windows PowerShell.
 
 The way that command works is that it will go and check in the `PATH` environment variable, going through **each path in order**, looking for the program called `python`. Once it finds it, it will **show you the path** to that program.