Remove third p from suppport

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Emma Smith 2024-11-27 11:20:12 -08:00 committed by GitHub
parent c78e5157ef
commit 61fe8bd793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ the benefits of symlinks in wheels. It is important for installers to give clear
symlinks are unsupported on the platform, and explain why installation has failed.
For people building libraries, documentation on ``packaging.python.org`` should describe the use
cases and caveats (especially platform suppport) of symlinks in wheels. Otherwise it should be
cases and caveats (especially platform support) of symlinks in wheels. Otherwise it should be
handled transparently by build backends in the same way any normal file would be handled.
Reference Implementation