From 19e098f68bf20922b7b12a53656a5e9525602fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Wed, 22 Jan 2025 01:31:10 +0000 Subject: [PATCH] PEP 739: put base_prefix above base_interpreter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- peps/pep-0739/example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0739/example.json b/peps/pep-0739/example.json index f89e247f816..dd08b230fd6 100644 --- a/peps/pep-0739/example.json +++ b/peps/pep-0739/example.json @@ -1,7 +1,7 @@ { "schema_version": "1.0", - "base_interpreter": "/usr/bin/python", "base_prefix": "/usr", + "base_interpreter": "/usr/bin/python", "platform": "linux-x86_64", "language": { "version": "3.14",