Skip to content

Commit a08ca80

Browse files
committed
Refer to platform tag as such in use example
There's no arch tag.
1 parent caa2007 commit a08ca80

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
@@ -256,7 +256,7 @@ The full list of simple tags is::
256256

257257
for x in pytag.split('.'):
258258
for y in abitag.split('.'):
259-
for z in archtag.split('.'):
259+
for z in platformtag.split('.'):
260260
yield '-'.join((x, y, z))
261261

262262
A bdist format that implements this scheme should include the expanded

0 commit comments

Comments
 (0)