From f1978588d5e66c5dd18e9d6e33fe131694ba6ffb Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 1 Oct 2024 13:53:52 -0700 Subject: [PATCH] Fix some formatting --- peps/pep-0759.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0759.rst b/peps/pep-0759.rst index 958175c6c69..1be020d94f5 100644 --- a/peps/pep-0759.rst +++ b/peps/pep-0759.rst @@ -295,7 +295,7 @@ installer tool tries to download and install the package ``foo`` wheel, the download step will fail. The installer would then be able to query PyPI to provide a useful error message to the end user: -- The installer downloads the `.rim` file and reads the ``owner`` key from the +- The installer downloads the ``.rim`` file and reads the ``owner`` key from the ``EXTERNAL-HOSTING.json`` file inside the ``.rim`` zip file. - The installer queries PyPI for the support URI for the organization owner of the externally hosted wheel.