From 37c3c3626e1d1f83b7bdc18bffd3b0a66f225c41 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Tue, 21 Jul 2026 10:42:59 +0200 Subject: [PATCH] PEP 514: fix wording --- peps/pep-0514.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0514.rst b/peps/pep-0514.rst index 83c4116825e..763292fea10 100644 --- a/peps/pep-0514.rst +++ b/peps/pep-0514.rst @@ -101,8 +101,8 @@ registration has the higher priority. Tools that aim to select a single installed environment from all registered environments based on the Company-Tag pair, such as the ``py.exe`` launcher, -should always select the environment registered in ``HKEY_CURRENT_USER`` when -than the matching one in ``HKEY_LOCAL_MACHINE``. +should always select the environment registered in ``HKEY_CURRENT_USER`` +instead of the matching one in ``HKEY_LOCAL_MACHINE``. Conflicts between ``HKEY_LOCAL_MACHINE\Software\Python`` and ``HKEY_LOCAL_MACHINE\Software\Wow6432Node\Python`` should only occur when both