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

View file

@ -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: