From e8d6b330a3d4ae78081f37b37d06757991c93db8 Mon Sep 17 00:00:00 2001 From: Paul <53956863+hutch3232@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:30:10 -0600 Subject: [PATCH] tiny typo (duplicate word) (#10959) Fix an apparent typo --- docs/guides/integration/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index 5409776e6..b5775a299 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -126,7 +126,7 @@ jobs: ## Multiple Python versions -When using a matrix test test multiple Python versions, set the Python version using +When using a matrix to test multiple Python versions, set the Python version using `astral-sh/setup-uv`, which will override the Python version specification in the `pyproject.toml` or `.python-version` files: