From a3a5b82a178d1e5e16413a1387faeea85f3b5584 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 22 Aug 2024 10:51:35 +0200 Subject: [PATCH] docs: fix tip markup in python-versions.md (#6409) ## Summary Currently there's an empty tip box. ## Test Plan Docs only, therefore eyeballed. :) --- docs/concepts/python-versions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/python-versions.md b/docs/concepts/python-versions.md index 252e7b685..f7dad4da6 100644 --- a/docs/concepts/python-versions.md +++ b/docs/concepts/python-versions.md @@ -171,8 +171,8 @@ during `uv python install`. !!! tip -The `--python-downloads` option can be passed to any uv command, or it can be set in a -[persistent configuration file](../configuration/files.md) to change the default behavior. + The `--python-downloads` option can be passed to any uv command, or it can be set in a + [persistent configuration file](../configuration/files.md) to change the default behavior. ## Adjusting Python version preferences