Skip to content

Commit 397de33

Browse files
committed
specifications: clarify "sorted, set" to "sorted, collection"
This will hopefully clarify/eliminate a contradiction in terms in the current specification text: the current text says both "sorted" and "set", where "set" conventionally implies an unordered collection. In context that *appears* to have not been the intention, since the context is the wheel filename encoding and not the internal (i.e. parsed) representation of a wheel filename's tags. Signed-off-by: William Woodruff <[email protected]>
1 parent b5c0c67 commit 397de33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Compressed Tag Sets
351351

352352
To allow for compact filenames of bdists that work with more than
353353
one compatibility tag triple, each tag in a filename can instead be a
354-
'.'-separated, sorted, set of tags. For example, pip, a pure-Python
354+
'.'-separated, sorted, collection of tags. For example, pip, a pure-Python
355355
package that is written to run under Python 2 and 3 with the same source
356356
code, could distribute a bdist with the tag ``py2.py3-none-any``.
357357
The full list of simple tags is::

0 commit comments

Comments
 (0)