Skip to content

Commit

Permalink
docs: correct wording for multiple sources section (#9504)
Browse files Browse the repository at this point in the history
## Summary

Corrects calling tags "commits".

## Test Plan

N/A
  • Loading branch information
trag1c authored Nov 29, 2024
1 parent 7722510 commit 9864d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/projects/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9864d23

Please sign in to comment.