Skip to content

Commit f132c2f

Browse files
brettcannonpfmoore
andauthored
Update source/specifications/binary-distribution-format.rst
Co-authored-by: Paul Moore <[email protected]>
1 parent 5b0cb92 commit f132c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The contents of a wheel file, where {distribution} is replaced with the
178178
:ref:`normalized name <name-normalization>` of the package, e.g.
179179
``beaglevote`` and {version} is replaced
180180
with its :ref:`normalized version <version-specifiers-normalization>`,
181-
e.g. ``1.0.0``, consist of:
181+
e.g. ``1.0.0``, (with dash (`-`) characters replaced with underscore (`_`) characters in both fields) consist of:
182182

183183
#. ``/``, the root of the archive, contains all files to be installed in
184184
``purelib`` or ``platlib`` as specified in ``WHEEL``. ``purelib`` and

0 commit comments

Comments
 (0)