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:
Steven L. 2024-12-19 18:15:32 +01:00 committed by GitHub
parent 557e750199
commit bd03243dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Dependency caching ## 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. been accessed in prior runs.
The specifics of uv's caching semantics vary based on the nature of the dependency: The specifics of uv's caching semantics vary based on the nature of the dependency: