docs(tools.md): remove hyphenation for consistency (#10321)

This commit is contained in:
vladislav doster 2025-01-06 08:33:46 -06:00 committed by GitHub
parent 27bc8dd3dc
commit 523b88edf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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