mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: correct wording for multiple sources section (#9504)
## Summary Corrects calling tags "commits". ## Test Plan N/A
This commit is contained in:
parent
772251027e
commit
9864d23f48
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ You can specify multiple sources for a single dependency by providing a list of
|
|||
disambiguated by [PEP 508](https://peps.python.org/pep-0508/#environment-markers)-compatible
|
||||
environment markers.
|
||||
|
||||
For example, to pull in different `httpx` commits on macOS vs. Linux:
|
||||
For example, to pull in different `httpx` tags on macOS vs. Linux:
|
||||
|
||||
```toml title="pyproject.toml" hl_lines="8-9 13-14"
|
||||
[project]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue