Skip to content

Commit 309404b

Browse files
author
Daniel D. Beck
committed
escape a literal asterisk in the platform compatibility tag section
The unescaped asterisk causes a warning when building the docs and has unintended formatting consequences.
1 parent 38a1458 commit 309404b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/specifications.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The platform compatibility tagging model used for ``wheel`` distribution is
9191
defined in :pep:`425`.
9292

9393
The scheme defined in that PEP is insufficient for public distribution
94-
of Linux wheel files (and *nix wheel files in general), so :pep:`513` was
94+
of Linux wheel files (and \*nix wheel files in general), so :pep:`513` was
9595
created to define the ``manylinux1`` tag.
9696

9797
Recording Installed Distributions

0 commit comments

Comments
 (0)