From: Aman Kumar <62641343+bullet-ant@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:09:14 +0000 (+0530) Subject: 📝 Fix typos in virtual environments documentation (#13396) X-Git-Tag: 0.115.9~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=001473ab66dfae4f56365c61d50432dad5bbb2fe;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix typos in virtual environments documentation (#13396) --- diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index b75be18c32..4f65b3b808 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/docs/virtual-environments.md @@ -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