mirror of https://github.com/astral-sh/uv
Fix typo in Caching docs (#10032)
Fix typo in Caching docs Co-authored-by: Steven Locorotondo <steven.locorotondo@justeattakeaway.com>
This commit is contained in:
parent
557e750199
commit
bd03243dd5
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Dependency caching
|
||||
|
||||
uv uses aggressive caching to avoid re-downloading (and re-building dependencies) that have already
|
||||
uv uses aggressive caching to avoid re-downloading (and re-building) dependencies that have already
|
||||
been accessed in prior runs.
|
||||
|
||||
The specifics of uv's caching semantics vary based on the nature of the dependency:
|
||||
|
|
|
|||
Loading…
Reference in New Issue