docs: correct wording for multiple sources section (#9504)

## Summary

Corrects calling tags "commits".

## Test Plan

N/A
This commit is contained in:
trag1c 2024-11-29 18:33:08 +01:00 committed by GitHub
parent 772251027e
commit 9864d23f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]