From 9864d23f48cfc00417d2969ef2ab6cdfda5bc084 Mon Sep 17 00:00:00 2001 From: trag1c Date: Fri, 29 Nov 2024 18:33:08 +0100 Subject: [PATCH] docs: correct wording for multiple sources section (#9504) ## Summary Corrects calling tags "commits". ## Test Plan N/A --- docs/concepts/projects/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/projects/dependencies.md b/docs/concepts/projects/dependencies.md index 6e976d3d3..ebd624ad7 100644 --- a/docs/concepts/projects/dependencies.md +++ b/docs/concepts/projects/dependencies.md @@ -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]