docs: add missing backtick (#14654)

Subject is message :)
This commit is contained in:
Gilles Peiffer 2025-07-16 15:44:29 +02:00 committed by GitHub
parent 8d6d0678a7
commit 861f7a1c42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ $ uv pip install --group some/path/pyproject.toml:foo --group other/pyproject.to
!!! note !!! note
As in pip, `--group` flags do not apply to other sources specified with flags like `-r` or -e`. As in pip, `--group` flags do not apply to other sources specified with flags like `-r` or `-e`.
For instance, `uv pip install -r some/path/pyproject.toml --group foo` sources `foo` For instance, `uv pip install -r some/path/pyproject.toml --group foo` sources `foo`
from `./pyproject.toml` and **not** `some/path/pyproject.toml`. from `./pyproject.toml` and **not** `some/path/pyproject.toml`.