mirror of https://github.com/astral-sh/uv
docs(tools.md): remove hyphenation for consistency (#10321)
This commit is contained in:
parent
27bc8dd3dc
commit
523b88edf0
|
|
@ -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
|
`uv tool install black >=23,<24` followed by `uv tool upgrade black` will upgrade Black to the
|
||||||
latest version in the range `>=23,<24`.
|
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
|
```console
|
||||||
$ uv tool install black>=24
|
$ uv tool install black>=24
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue