mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue