Skip to content

Commit 2161200

Browse files
committed
Clarify that "list of compatible values" must also be ordered
Thanks to Kroppeb for pointing this out in https://discuss.python.org/t/pep-825-wheel-variants-package-format-split-from-pep-817/106196/4 Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 9bcffef commit 2161200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0825.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ properties.
372372
For the purpose of ordering, variant properties are grouped into
373373
features, and features into namespaces. For every namespace, the tool
374374
MUST obtain an ordered list of compatible features, and for every
375-
feature, a list of compatible values. The method of obtaining these
376-
lists will be defined in a subsequent PEP.
375+
feature, an ordered list of compatible values. The method of obtaining
376+
these lists will be defined in a subsequent PEP.
377377

378378
The ordering MUST be performed equivalent to the following algorithm:
379379

0 commit comments

Comments
 (0)