From 556b4513f4c34407144d635b94e52181e9f185f2 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Tue, 7 Jul 2026 11:22:27 +0530 Subject: [PATCH] Fix duplicated words in virtual environment documentation --- docs/virtual-environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/virtual-environments.md b/docs/virtual-environments.md index 4c7c9b291f..967b3c7f14 100644 --- a/docs/virtual-environments.md +++ b/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 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 for programs in: ```plaintext C:\Users\user\code\awesome-project\.venv\Scripts