diff --git a/docs/usage/python.md b/docs/usage/python.md
index 96cf715ed6a18b20f17510957c87588997a41ab7..7abb878e61d4eeb86c68f04ca37a55e6ca8db487 100644
--- a/docs/usage/python.md
+++ b/docs/usage/python.md
@@ -72,8 +72,10 @@ e.g.:
 }
 ```
 
-Note: the index-url found in the `requirements.txt` file takes precedence over a `registryUrl` configured like the above.
-To override the URL found in `requirements.txt`, you need to configure it in `packageRules`, as they are applied _after_ package file extraction.
+<!-- prettier-ignore -->
+!!! tip
+    The index-url found in the `requirements.txt` file takes precedence over a `registryUrl` configured like the above.
+    To override the URL found in `requirements.txt`, you need to configure it in `packageRules`, as they are applied _after_ package file extraction.
 
 ## Disabling Python support