Change 'duplication' to 'deduplication' (#1223)

This commit is contained in:
Charlie Marsh 2024-02-01 06:13:45 -08:00 committed by GitHub
parent ea0bfc565d
commit fcf848877c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Puffin is backed by [Astral](https://astral.sh), the creators of [Ruff](https://
## Highlights
- ⚡️ 10-100x faster than `pip` and `pip-tools` (`pip-compile` and `pip-sync`).
- 💾 Disk-space efficient, with a global cache for dependency duplication and Copy-on-Write
- 💾 Disk-space efficient, with a global cache for dependency deduplication and Copy-on-Write
installation on supported platforms.
- 🐍 Installable via `pip`, `pipx`, `brew` etc. Puffin is a single static binary that can be
installed without Rust or even a Python environment.