From 61fe8bd7938759b6bb9572ac6a2195bbda6e0a80 Mon Sep 17 00:00:00 2001 From: Emma Smith Date: Wed, 27 Nov 2024 11:20:12 -0800 Subject: [PATCH] Remove third p from suppport Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0778.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0778.rst b/peps/pep-0778.rst index 919a72b3b..a6171bfe9 100644 --- a/peps/pep-0778.rst +++ b/peps/pep-0778.rst @@ -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