]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix typos in virtual environments documentation (#13396)
authorAman Kumar <62641343+bullet-ant@users.noreply.github.com>
Thu, 20 Feb 2025 14:09:14 +0000 (19:39 +0530)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 14:09:14 +0000 (14:09 +0000)
docs/en/docs/virtual-environments.md

index b75be18c324f75fcb1f1b03056e7e52c789ad905..4f65b3b808c771289a26729735a076eead07ff35 100644 (file)
@@ -668,7 +668,7 @@ After activating the virtual environment, the `PATH` variable would look somethi
 /home/user/code/awesome-project/.venv/bin:/usr/bin:/bin:/usr/sbin:/sbin
 ```
 
-That means that the system will now start looking first look for programs in:
+That means that the system will now start looking first for programs in:
 
 ```plaintext
 /home/user/code/awesome-project/.venv/bin
@@ -692,7 +692,7 @@ and use that one.
 C:\Users\user\code\awesome-project\.venv\Scripts;C:\Windows\System32
 ```
 
-That means that the system will now start looking first look for programs in:
+That means that the system will now start looking first for programs in:
 
 ```plaintext
 C:\Users\user\code\awesome-project\.venv\Scripts