mirror of https://github.com/astral-sh/uv
Fix small typo in editable packages docs (#10257)
## Summary Was reading through some of the docs and noticed this small typo in https://docs.astral.sh/uv/pip/packages/#editable-packages ## Test Plan Not applicable
This commit is contained in:
parent
9e0b35ad82
commit
a65aebb4f1
|
|
@ -62,7 +62,7 @@ for installation from a private repository.
|
||||||
|
|
||||||
## Editable packages
|
## Editable packages
|
||||||
|
|
||||||
Editable packages do not need to be reinstalled for change to their source code to be active.
|
Editable packages do not need to be reinstalled for changes to their source code to be active.
|
||||||
|
|
||||||
To install the current project as an editable package
|
To install the current project as an editable package
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue