From 346147db233d8b6a98732b1e18e8e9988bab2d71 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 6 Sep 2024 08:40:26 -0400 Subject: [PATCH] chore: Fix typo in docs (#7122) Remove duplicate `the`. --------- Co-authored-by: Zanie Blue --- docs/pip/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pip/environments.md b/docs/pip/environments.md index 906048f61..0b27b5e20 100644 --- a/docs/pip/environments.md +++ b/docs/pip/environments.md @@ -76,7 +76,7 @@ executables that are linked to virtual environments will be skipped. Although we using virtual environments for dependency management, `--system` is appropriate in continuous integration and containerized environments. -The `--system` flag is also used to opt in to mutating system environments. For example, the the +The `--system` flag is also used to opt in to mutating system environments. For example, the `--python` argument can be used to request a Python version (e.g., `--python 3.12`), and uv will search for an interpreter that meets the request. If uv finds a system interpreter (e.g., `/usr/lib/python3.12`), then the `--system` flag is required to allow modification of this