mirror of https://github.com/astral-sh/uv
chore: Fix typo in docs (#7122)
Remove duplicate `the`. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
8bcae5f2f6
commit
346147db23
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue