From 523b88edf0da6908de7be8b4f47efd9848b5def4 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Mon, 6 Jan 2025 08:33:46 -0600 Subject: [PATCH] docs(tools.md): remove hyphenation for consistency (#10321) --- docs/concepts/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/tools.md b/docs/concepts/tools.md index c80f8d158..4d3603bc1 100644 --- a/docs/concepts/tools.md +++ b/docs/concepts/tools.md @@ -160,7 +160,7 @@ Tool upgrades will respect the version constraints provided when installing the `uv tool install black >=23,<24` followed by `uv tool upgrade black` will upgrade Black to the latest version in the range `>=23,<24`. -To instead replace the version constraints, re-install the tool with `uv tool install`: +To instead replace the version constraints, reinstall the tool with `uv tool install`: ```console $ uv tool install black>=24