Skip to content

Commit

Permalink
Merge pull request #1575 from scop/fix/compressed-platformtag
Browse files Browse the repository at this point in the history
Refer to platform tag as such in use example
  • Loading branch information
chrysle authored Aug 18, 2024
2 parents 7bd2e05 + a08ca80 commit 719a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/specifications/platform-compatibility-tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The full list of simple tags is::

for x in pytag.split('.'):
for y in abitag.split('.'):
for z in archtag.split('.'):
for z in platformtag.split('.'):
yield '-'.join((x, y, z))

A bdist format that implements this scheme should include the expanded
Expand Down

0 comments on commit 719a0aa

Please sign in to comment.