From ab98506658ef058e7dc3b769679bf5aa1364e896 Mon Sep 17 00:00:00 2001 From: sylvain hellin Date: Thu, 13 Mar 2025 17:27:31 +0100 Subject: [PATCH] Update virtual-environments.md Corrected a typo. --- docs/virtual-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/virtual-environments.md b/docs/virtual-environments.md index ca48de91d6..131cd53d76 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 first for programs in: ```plaintext /home/user/code/awesome-project/.venv/bin