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
+1 -1
View File
@@ -128,7 +128,7 @@ $ uv pip install --group some/path/pyproject.toml:foo --group other/pyproject.to
!!! 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`
from `./pyproject.toml` and **not** `some/path/pyproject.toml`.