From 0510842e1b5f32f918d6c0b4ed6b68367eb5bce5 Mon Sep 17 00:00:00 2001 From: David Cardozo Date: Fri, 30 Aug 2024 11:11:36 -0400 Subject: [PATCH] fix: typo in alternative-indexes.md docs (#6877) ## Summary Small typo on the guide for alternative index ## Test Plan I rerun the documentation to see the typo gone. --- docs/guides/integration/alternative-indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/alternative-indexes.md b/docs/guides/integration/alternative-indexes.md index 358ae64f1..e08510e61 100644 --- a/docs/guides/integration/alternative-indexes.md +++ b/docs/guides/integration/alternative-indexes.md @@ -6,7 +6,7 @@ some initial setup. !!! important - Please read the dcocumentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes) + Please read the documentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes) in uv — the default behavior is different from pip to prevent dependency confusion attacks, but this means that uv may not find the versions of a package as you'd expect.