From ca6c3d0903c97284e88f50bd746945999ee74e52 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 24 Oct 2024 15:56:48 -0500 Subject: [PATCH] Fix heading level of "Script support" on docs landing page (#8544) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b40ee7c99..202764ea4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -162,7 +162,7 @@ Pinned `.python-version` to `pypy@3.11` See the [installing Python guide](./guides/install-python.md) to get started. -### Script support +## Script support uv manages dependencies and environments for single-file scripts.