From 0befd6fb9331f823d7e5d713754ab6ef63cca60d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 22 Aug 2024 06:57:35 +0200 Subject: [PATCH] docs: fix tip markup Currently there's an empty tip box. --- 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 252e7b685109..f7dad4da62fa 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