From 720a47755b66d00e536342e65d695741fdc71fa9 Mon Sep 17 00:00:00 2001 From: RafaelWO <38643099+RafaelWO@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:18:43 +0100 Subject: [PATCH] Fix typo in GitLab integration docs (#9047) ## Summary This PR changes the mentioned file name `requirement.txt` to `requirements.txt` (add "s") to be consistent. --- docs/guides/integration/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 5f4e5af0a9f5..b83f6615d72b 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -66,5 +66,5 @@ variables: To opt-out again, the `--no-system` flag can be used in any uv invocation. -When persisting the cache, you may want to use `requirement.txt` or `pyproject.toml` as +When persisting the cache, you may want to use `requirements.txt` or `pyproject.toml` as your cache key files instead of `uv.lock`.