Skip to content

Commit

Permalink
Refer to platform tag as such in use example
Browse files Browse the repository at this point in the history
There's no arch tag.
  • Loading branch information
scop committed Aug 4, 2024
1 parent caa2007 commit a08ca80
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 a08ca80

Please sign in to comment.